Permanently deletes a file from the system. This action cannot be undone.
Method: DELETE
URL: {{base_url}}/files/{{file_id}}/force
This endpoint requires authentication.
Authorization header:Notes:
If your collection/folder already sets auth, this request can inherit auth.
Ensure {{access_token}} is a valid, non-expired token.
Set these variables at the environment or collection level:
Example request URL:
A successful request typically returns HTTP 200 OK.
400 Bad Request
file_id401 Unauthorized / 403 Forbidden
Missing/invalid Authorization header
Expired {{access_token}}
404 Not Found
file_id does not existThis endpoint permanently deletes the file from the system and storage.
The file cannot be restored after this operation.
Typically used for files that are already in trash and need to be removed permanently.
Use the Delete File (Move to Trash) endpoint first if you want a reversible deletion.