Skip to main content
DELETE
/
agents
/
{agent_id}
/
exemptions
/
{exemption_id}
Revoke an active exemption
curl --request DELETE \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/exemptions/{exemption_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Idempotency-Key: <idempotency-key>'
{
  "revoked": true,
  "exemption_id": "<string>",
  "recomposed": true
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Headers

Idempotency-Key
string
required

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

exemption_id
string
required

Response

Exemption revoked; agent recomposed.

revoked
boolean
exemption_id
string
recomposed
boolean