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

Path Parameters

id
string
The agent ID.

Response

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