cURL
curl --request DELETE \ --url https://api.lilt.com/v2/files \ --header 'Authorization: Basic <encoded-value>'
"<string>"
Delete a File.
Example CURL command:
curl -X DELETE https://api.lilt.com/v2/files?key=API_KEY&id=123
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A unique File identifier.
A status object.
Was this page helpful?