cURL
curl --request DELETE \ --url https://api.proficientai.com/agents/{agent_id}
{ "id": "<string>", "object": "agent", "active": true, "description": "<string>", "display_description": "<string>", "display_name": "<string>", "name": "<string>", "created_at": 123, "updated_at": 123 }
Permanently deletes the specified agent and all the interactions associated with it. This cannot be undone.
The unique identifier of the agent