cURL
curl --request DELETE \ --url http://staging.api.commenda.io/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
Was this page helpful?