cURL
curl --request DELETE \ --url https://api.example.com/agent
Permanently remove an agent and all its data.
{ "action": "remove", "agent_id": "uuid" }
{ "success": true, "deleted": true }