Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.prod.commenda.io/api/v1/files/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "type": "CLIENT_INVALID_REQUEST_BODY", "doc_url": "https://sales-tax-docs.commenda.io/", "title": "Failed to validate the request body", "detail": "<string>", "status": 400, "instance": "<string>", "Errors": [ { "details": "<string>", "pointer": "<string>" } ] } }
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?