Skip to main content
DELETE
/
v1
/
memory
/
{id}
curl -X DELETE https://api.velixarai.com/v1/memory/mem_abc123 \
  -H "Authorization: Bearer vlx_your_key"
{
  "id": "mem_abc123",
  "deleted": true
}

Path parameters

id
string
required
The memory ID to delete.
curl -X DELETE https://api.velixarai.com/v1/memory/mem_abc123 \
  -H "Authorization: Bearer vlx_your_key"
{
  "id": "mem_abc123",
  "deleted": true
}