Skip to main content
DELETE

Overview

Removes the agent record from Memanto’s local store. By default, memories remain in Moorcheh under that agent’s namespace. Pass delete-backup-too=true to also delete the namespace and its contents in Moorcheh.
Without delete-backup-too=true, only local agent metadata is removed; the cloud namespace is left intact.

Authentication

string
Bearer <key> — required unless the request originates from a loopback client. See Management Endpoint Authentication.
string
Alternative to Authorization: Bearer — same credential.

Path Parameters

string
required
The unique identifier of the agent to delete.

Query Parameters

boolean
When true, also deletes the agent’s Moorcheh namespace (memanto_agent_{agent_id}) and its memories. When false or omitted, the namespace is not deleted. Accepts true or false.

Next Steps

After deleting an agent, you can: