We're working on a new version of our documentation - it will be out soon! In the meantime, you can use our SDK READMEs on GitHub for usage instructions.
cURL
curl --request DELETE \ --url https://api.recallrai.com/api/v1/users/{user_id} \ --header 'X-Recallr-Api-Key: <x-recallr-api-key>' \ --header 'X-Recallr-Project-Id: <x-recallr-project-id>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Permanently delete a user and all associated data.
Remove a user from your project. This deletes all their sessions, messages, and memories. This action cannot be undone.
Returns HTTP 204 No Content on success.
User deleted successfully
Was this page helpful?