cURL
curl --request DELETE \ --url https://api.ledger.so/v1/agents/{agentId} \ --header 'Api-Key: <api-key>'
{ "success": true }
Delete an agent. The agent must have no cards.
API key for authentication. Get your key from the Dashboard.
The agent ID
Agent deleted