Delete a workspace
DELETE/v1/organizations/:organization_id/workspaces/:workspace_id
Accept the request for workspace deletion within the scope of an authorized organization and initiate an asynchronous flow. The response returns the created operation, which can be checked later in the operations endpoints.
Request
Responses
- 202
- 400
- 401
- 404
- 500
Request accepted. Operation is returned for tracking in operations endpoints.
Invalid request parameters.
Not authorized or organization not accessible.
Workspace not found within the organization's authorized scope.
Internal server error.