cURL
curl --request DELETE \ --url https://api.apexxcloud.com/api/v1/files/delete \ --header 'X-Access-Key: <api-key>' \ --header 'X-Signature: <api-key>' \ --header 'X-Timestamp: <api-key>'
{ "data": { "message": "File and all transformations deleted successfully" } }
Your API Access Key
HMAC SHA-256 signature of the request
ISO 8601 timestamp of the request
File deleted successfully
The response is of type object.
object