Skip to main content

/files/{id} (DELETE)

About DELETE

delete is irreversible, will remove the file and its content and will not ask for confirmation.

Delete a specific file, based on the Cargosnap ID with the /files/id route. This works well if you know/have the specific id that refers to the Cargosnap file (if you used the API to create the file, this ID is in the response). If you do not have the Cargosnap reference, but your own, use the /Files route to query the data and thus obtain the ID from your Reference.

Parameters

the /files/id endpoint takes no further parameters. You will Delete the full file information in response.

Response values

All response values, except Boolean and Integers, are provided as string values and are appropriately escaped. The content of the response will depend on the query parameters, the implemented features on Cargosnap as well as the actual available data. The most common data fields are:

Example Request

DELETE https://api.cargosnap.com/api/v2/files/12345

This query will: