delete_memory
Delete memory by ID
Auth mode: identity
Required scope: memories:delete
Delegable: an admin-scoped key may act on another tenant by passing an explicit userId.
Input parameters
Section titled “Input parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId |
string | yes | — | — |
memoryId |
string | yes | — | — |
scope |
string | no | — | — |
actorLabel |
string | no | — | — |
Example
Section titled “Example”{ "name": "delete_memory", "arguments": { "userId": "qp", "memoryId": "<memoryId>" }}