Delete a memory edge
Remove a graph edge between two memories.
Remove a graph edge between two memories.
Authorization
bearerAuth AuthorizationBearer <token>
API key obtained via invite redemption or SIWE login
In: header
Path Parameters
edge_id*string
Edge ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://chorus.runclaw.run/memory/relate/string"{
"deleted": true,
"meta": {
"request_id": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}