Delete a segment from a memory.
Memories
Delete a segment from a memory.
Delete a segment from a memory.
curl -X DELETE https://api.lilt.com/v2/memories/segment?key=API_KEY&id=ID&segment_id=$SEGMENT_ID
DELETE
Delete a segment from a memory.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
A unique Memory identifier.
A unique Segment identifier.
Response
A success resposne.

