Delete workspace
DELETE/v1/tenants/:tenant/workspaces/:name
Deletes the specified workspace. When a workspace is deleted:
- All resources within the workspace are permanently deleted
- This includes all compute, network, storage, and other resources
- Role assignments specific to this workspace are also deleted
- Deletion is a cascading operation that removes all associated resources
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 412
- 500
Workspace deletion accepted
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Precondition Failed
Internal Server Error