curl --request DELETE \
--url https://api.example.com/agents/name/{agent_name}{
"id": "<string>",
"message": "<string>"
}Delete an agent by its unique name.
curl --request DELETE \
--url https://api.example.com/agents/name/{agent_name}{
"id": "<string>",
"message": "<string>"
}