Skip to content

bulk_delete_memories

Delete up to 100 memories in a single call, returning a per-item report of deleted ids and failures. STM/LTM routing and scope isolation are inherited per id.

Auth mode: identity
Required scope: memories:delete
Delegable: an admin-scoped key may act on another tenant by passing an explicit userId.

Parameter Type Required Default Description
userId string yes
memoryIds string[] yes
scope string no
actorLabel string no
{
"name": "bulk_delete_memories",
"arguments": {
"userId": "qp",
"memoryIds": []
}
}