Workspaces
Delete workspace
Delete a workspace and all associated data. Only the workspace owner can delete it.
DELETE
Delete workspace
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a workspace and all associated data. Only the workspace owner can delete it.
curl --request DELETE \
--url https://app.mavera.io/api/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "workspace",
"deleted": true
}curl --request DELETE \
--url https://app.mavera.io/api/v1/workspaces/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "workspace",
"deleted": true
}