Skip to main content
DELETE
/
api
/
GraphMemory
/
delete-all
Delete all relationships of a specific user
curl --request DELETE \
  --url https://app.recallio.ai/api/GraphMemory/delete-all \
  --header 'Authorization: <api-key>'
{
  "error": "\"Invalid scope type. Must be 'user', 'project', or 'team'.\""
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

userId
string

User ID

projectId
string

Optional project ID

Response

Created