Skip to main content
DELETE
http://localhost:3000
/
workspaces
/
{id}
curl -X DELETE 'https://api.example.com/workspaces/workspace_main' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Path Parameters

id
string
required
The workspace ID to delete

Response

Returns 204 No Content on success.
Deleting a workspace will also delete all associated projects and environments.
curl -X DELETE 'https://api.example.com/workspaces/workspace_main' \
  -H 'Authorization: Bearer YOUR_TOKEN'