Skip to main content
DELETE
/
agents
/
{agent_id}
/
conscience-values
Reset conscience values to defaults
curl --request DELETE \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/conscience-values \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "reset_to_defaults": true
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Values reset to defaults

agent_id
string
reset_to_defaults
boolean