Skip to main content
POST
/
agents
/
{agent_id}
/
tombstone
Tombstone (reversible soft-delete) an agent
curl --request POST \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/tombstone \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "tombstoned": true,
  "deleted_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

Agent tombstoned (or already tombstoned)

id
string
required
tombstoned
boolean
required
deleted_at
string<date-time> | null