cURL
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'.\"" }
Delete all relationships for the provided User. Only keys with ‘Manager’ role can call this endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
User ID
Optional project ID
Created