curl --request POST \
--url https://api.bland.ai/v1/memory/reset \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"contact_id": "<string>",
"persona_id": "<string>",
"agent_number": "<string>"
}
'{
"data": {
"success": true
},
"errors": null
}
Reset memory for a contact/persona pair. Deletes all memory data for the specified contact and agent identity.
curl --request POST \
--url https://api.bland.ai/v1/memory/reset \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"contact_id": "<string>",
"persona_id": "<string>",
"agent_number": "<string>"
}
'{
"data": {
"success": true
},
"errors": null
}
persona_id or agent_number is required.persona_id or agent_number is required.{
"data": {
"success": true
},
"errors": null
}
Was this page helpful?