DELETE
/
memories
/
{id}
curl --request DELETE \
  --url https://ragapi.sno.ai/v1/memories/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Response

200
application/json

Memory deleted successfully

The response is of type object.