Skip to main content
DELETE
/
v2
/
memories
/
segment
Delete a segment from a memory.
curl --request DELETE \
  --url https://api.lilt.com/v2/memories/segment \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
integer
required

A unique Memory identifier.

segment_id
integer<int64>
required

A unique Segment identifier.

Response

A success resposne.

success
boolean