Delete User
curl --request DELETE \
--url https://api.recallrai.com/api/v1/users/{custom_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>"
}
]
}Users
Delete User
Permanently delete a user and all associated data.
Remove a user from your project. This deletes all their sessions, messages, memories, and related data. This action cannot be undone.
Path Parameters:
custom_user_id(str): Unique identifier for the user to delete
Returns:
- HTTP 204 No Content on success
DELETE
/
api
/
v1
/
users
/
{custom_user_id}
Delete User
curl --request DELETE \
--url https://api.recallrai.com/api/v1/users/{custom_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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.recallrai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I