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.
The response is of type object.
object
Was this page helpful?