cURL
curl --request DELETE \ --url https://api.lilt.com/v2/files/labels \ --header 'Authorization: Basic <encoded-value>'
This response has no body data.
Remove a label from a File.
Example CURL:
curl -X DELETE 'https://api.lilt.com/v2/files/labels?key=API_KEY&id=1&name=label_name'
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 File id.
A label name.
Was this page helpful?