cURL
curl --request DELETE \ --url https://api.lilt.com/v2/segments \ --header 'Authorization: Basic <encoded-value>'
{ "id": 46530, "deleted": true }
Delete a Segment from memory. This will not delete a segment from a document.
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 Segment identifier.
A status object.
46530
If the operation succeeded, then true. Otherwise, false.
true
false
Was this page helpful?