Delete a File
DELETE/api/v1/files/:file_id
The DELETE File Endpoint is a critical API resource that allows users to irreversibly delete a specified file. When you make a DELETE request to this endpoint, the file will be permanently removed and cannot be recovered.
Request
Responses
- 204
- 404
File deleted successfully
Not found