Delete a workspace
DELETE/workspaces/:workspaceKey
Soft-deletes the workspace with the given key, cascading to all of its projects, folders, files, and IDP applications. The workspace is moved to the recently deleted state and can be recovered during the retention window. To permanently and irreversibly remove a workspace, use DELETE /workspaces/{workspaceKey}/permanent instead.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The workspace was deleted successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.