Skip to main content
Deletes a file from the cloud.
HTTP request
DELETE https://api-{location-id}.flexicapture.com/v2/file/{id}/{token} where {location-id} is the supported location.
Path parameters

Parameters

 

id

path, string

Required. The file ID that was returned in the response of file.Upload method.

token

path, string

Required. The file access token that was returned in the response of file.Upload method.

Response
If successful, the server returns a 204 OK HTTP status.