cURL
curl --request DELETE \ --url https://app.recallio.ai/api/Memory/delete \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "scope": "<string>", "userId": "<string>", "projectId": "<string>" } '
{ "error": "\"Invalid scope type. Must be 'user', 'project', or 'team'.\"" }
Delete provided user, project or team. Only keys with ‘Manager’ role can call this endpoint
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
1
OK