Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
Delete agent
curl --request DELETE \
  --url https://api.ledger.so/v1/agents/{agentId} \
  --header 'Api-Key: <api-key>'
{
  "success": true
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

agentId
string
required

The agent ID

Response

Agent deleted

success
boolean