Deletes all memories matching specified filter criteria. IMPORTANT: At least one filter (agent_id, user_id, app_id, or run_id) must be provided to prevent accidental deletion of all memories. Requires delete permissions on the organization/project.
app_idstringDeletes all memories associated with this app ID. At least one of user_id, agent_id, app_id, or run_id is required.
org_idstringOrganization ID to scope the deletion. Preferred over org_name.
run_idstringDeletes all memories associated with this run ID. At least one of user_id, agent_id, app_id, or run_id is required.
user_idstringDeletes all memories associated with this user ID. At least one of user_id, agent_id, app_id, or run_id is required.
agent_idstringDeletes all memories associated with this agent ID. At least one of user_id, agent_id, app_id, or run_id is required.
metadataobjectOptional additional filter: deletes memories matching this metadata criteria.
org_namestringOrganization name to scope the deletion. Deprecated: use `org_id` instead.
project_idstringProject ID to scope the deletion. Preferred over project_name.
project_namestringProject name to scope the deletion. Deprecated: use `project_id` instead.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.