curl --location --request DELETE 'https://api.stateset.com/v1/agents/agent_123' \
--header 'Authorization: Bearer <api_key>'
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}
This endpoint deletes an agent.
curl --location --request DELETE 'https://api.stateset.com/v1/agents/agent_123' \
--header 'Authorization: Bearer <api_key>'
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}