Delete a workspace
DELETE/api/v1/workspaces/:workspaceId
Permanently removes a workspace and all associated data.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Workspace removed
Missing or invalid authentication credentials. Provide a valid Bearer token.
Insufficient permissions
Workspace not found
Rate limit exceeded. Please slow down your request rate.
An unexpected server error occurred. Please try again later.