Permanently delete a trashed folder
DELETE/api/v1/buckets/:bucketId/folders/:folderId
Requires contributor role or above on this bucket. The folder must already be in trash. Deletion is asynchronous: this triggers a purge event and returns immediately, it does not remove the folder from the database synchronously.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Folder purge triggered
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).
Missing/invalid token, or the caller's role/group is below the required minimum (FORBIDDEN)
Folder not found (FOLDER_NOT_FOUND)
Folder is not in trash (FOLDER_NOT_IN_TRASH)