cURL
curl --request DELETE \ --url https://api.lilt.com/v2/segments
{ "id": 46530, "deleted": true }
Delete a Segment from memory. This will not delete a segment from a document.
A unique Segment identifier.
A status object.
46530
If the operation succeeded, then true. Otherwise, false.
true
false
Was this page helpful?