Skip to main content
DELETE
/
api
/
v2
/
workspaces
/
{workspaceId}
/
landers
/
{landerId}
/
delete
Delete lander
curl --request DELETE \
  --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/landers/{landerId}/delete \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Response

Lander deleted

message
string
required