🏢 Workspaces

Delete a workspace

Soft-deletes a workspace and schedules permanent removal. The owner of the only default workspace cannot delete it.

delete/api/v1/workspaces/{workspace_id}

Path parameters

workspace_idstring required
Example:64edbecf78f9fa920f0279fe

Workspace ID

Response

Workspace deleted successfully

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Workspace deleted successfully."
}

Changes