cURL
curl --request DELETE \ --url https://api.lilt.com/v2/files/labels
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'
A File id.
A label name.
Was this page helpful?