Skip to main content
DELETE
/
v1
/
workspaces
/
{id}
Delete workspace
curl --request DELETE \
  --url https://api.wellapp.ai/v1/workspaces/{id} \
  --header 'Authorization: <authorization>'
{
  "code": "UNAUTHORIZED",
  "status": 401,
  "title": "Unauthorized",
  "message": "You are not authorized to access this resource",
  "meta": {
    "log_id": "65c669d4-679c-4a8b-b8c0-fbe37699bb5b"
  }
}

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

UUID of the workspace to delete

Response

Workspace deleted successfully