Skip to main content
DELETE
/
v1
/
memory
/
{id}
Delete memory
curl --request DELETE \
  --url https://api.usenaive.ai/v1/memory/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

Deleted.

success
boolean
id
string