cURL
curl --request DELETE \ --url https://base_url/api/v1/files/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes a file by its id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the file to delete.
File successfully deleted