cURL
curl --request DELETE \ --url https://api.example.com/api/v1/files/{file_uuid} \ --header 'Authorization: <api-key>'
{ "file_uuid": "<string>", "status": "pending" }
Deletes a file and marks blob as deleted
Type "Bearer" followed by a space and JWT token.
File UUID
OK
pending
uploading
available
tombstoned
deleted