Agent Management
Delete Agent
Delete an agent’s local metadata; optionally remove its Moorcheh namespace.
DELETE
Overview
Removes the agent record from Memanto’s local store. By default, memories remain in Moorcheh under that agent’s namespace. Passdelete-backup-too=true to also delete the namespace and its contents in Moorcheh.
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:- Create a new Agent
- List remaining Agents to verify deletion