Skip to main content
POST
Delete Semantic Memory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Specification model for deleting semantic memories.

semantic_ids
string[]
required

A list of unique IDs of semantic memories to delete.

Minimum array length: 1
Example:
project_id
string
default:""

The identifier of the project. If empty, the user's default project is used.

Maximum string length: 255
Pattern: ^[\p{L}\p{N}_:-]*$

Response

Successful Response