DELETE/v1/memory/relations/:id
Auth: tenant — Status: stable
Delete one edge.
Request
| Path param | Type | Description |
|---|---|---|
id | int | Relation id. |
curl -X DELETE \
-H "Authorization: Bearer atr_…" \
http://arbiter.example.com/v1/memory/relations/7
Response
200 OK
{ "deleted": true }
Failure modes
| Status | When | Body |
|---|---|---|
| 401 | Missing / invalid bearer. | {"error": "..."} |
| 404 | Id not found or belongs to another tenant. | {"error": "relation not found"} |