Skip to main content
POST
/
api
/
workspaces.delete
Delete a workspace
curl --request POST \
  --url https://your-instance.example.com/api/workspaces.delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.staminads.com/llms.txt

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

Body

application/json
id
string
required

Response

200 - undefined