Skip to main content
POST
Remove Call from Memory

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

memory_id
string
required
The unique identifier of the memory containing the call.
call_id
string
required
The unique identifier of the call to remove from the memory.

Body Parameters

phone_number
string
required
The phone number associated with the call to be removed.
external_memory_key
string
Optional external key for additional memory validation or cross-referencing.

Response

data
object
Response data confirming call removal and updated summary.
data.message
string
Success message confirming call was removed and summary updated.
data.summary
string
The updated AI-generated summary for the user after call removal.
data.call_count
number
The updated call count for the user after removal.
errors
null
Error array (null on success).

Notes

  • Removing a call will automatically update the user’s summary to reflect the remaining interactions
  • The call itself is not deleted from your account, only its association with this memory is removed

Docs for agents: llms.txt