🏢 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
Example response
{
"status": true,
"message": "Workspace deleted successfully."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.