Permanently delete a workspace
DELETE/workspaces/:workspaceKey/permanent
Permanently and irreversibly removes the workspace with the given key. The workspace cannot be recovered afterwards. If the workspace is already soft-deleted, it is removed along with all of its projects, folders, files, process applications, and IDP applications regardless of their contents; otherwise it must have no live files, process applications, or IDP applications, and any soft-deleted items in its subtree are removed as part of the deletion. This works in one step and does not require the workspace to be soft-deleted first.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The workspace was permanently deleted successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.