Permanently delete a file
DELETE/files/:fileKey/permanent
Permanently and irreversibly removes the file with the given file key. Process application snapshot references to the file are detached so snapshot data is preserved. The file cannot be recovered afterwards. This works in one step and does not require the file to be soft-deleted first.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The file was permanently deleted successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The file was not found.
An internal error occurred while processing the request.