Api / Memory / Relations

DELETE/v1/memory/relations/:id

Auth: tenant — Status: stable

Delete one edge.

Request

Path paramTypeDescription
idintRelation id.
curl -X DELETE \
  -H "Authorization: Bearer atr_…" \
  http://arbiter.example.com/v1/memory/relations/7

Response

200 OK

{ "deleted": true }

Failure modes

StatusWhenBody
401Missing / invalid bearer.{"error": "..."}
404Id not found or belongs to another tenant.{"error": "relation not found"}

See also