cURL
curl --request DELETE \ --url https://api.lilt.com/v2/files
{ "id": 12345, "deleted": true }
Delete a File.
Example CURL command:
curl -X DELETE https://api.lilt.com/v2/files?key=API_KEY&id=123
A unique File identifier.
A status object.
12345
If the operation succeeded, then true. Otherwise, false.
true
false
Was this page helpful?