Skip to main content
Deletes a file from the cloud.

HTTP request

DELETE https://api-{location-id}.flexicapture.com/v2/file/{id}/{token}
Replace {location-id} with your supported location.

Path parameters

ParameterTypeDescription
idpath, stringRequired. The file ID that was returned in the response of the file.Upload method.
tokenpath, stringRequired. The file access token that was returned in the response of the file.Upload method.

Response

If successful, the server returns a 204 No Content HTTP status.