Files
Delete File
Delete a file from storage and database
DELETE
This endpoint requires authentication and the
deleteFiles permission.Path Parameters
The UUID of the file to delete
Response
Returns HTTP 204 (No Content) on successful deletion.Error Responses
Error details when the request fails
Common error cases:
- 401 Unauthorized: Missing or invalid access token
- 403 Forbidden: Missing required permission
- 404 Not Found: File not found
