Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.truedy.ai/api/public/v1/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "agt_f9447372", "deleted": true }, "meta": { "request_id": "req_32e7531c-8", "ts": "2026-03-03T20:30:21.310278Z" } }
Delete an agent permanently. This action cannot be undone.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Agent ID
Agent deleted successfully
Show child attributes