Your API key for authentication.
Path Parameters
The unique identifier of the memory to remove the user from.
Body Parameters
The phone number of the user to remove from the memory.
Optional external key for additional memory validation or cross-referencing.
Response
Response data confirming user removal.
Success message confirming user was removed from memory.
Error array (null on success).
{
"data": {
"message": "User +1234567890 removed from memory successfully"
},
"errors": null
}
⚠️ Warning
This action will permanently remove:
- The user’s entry from the memory
- All associated metadata for this user
- The user’s summary and interaction history
- All call associations for this user within this memory
The actual calls will remain in your account, but their association with this memory will be removed.