Skip to main content
DELETE
Delete a segment from a memory.

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