DELETE
/
v1
/
agents
/
{agent_id}
Delete agent
curl --request DELETE \
  --url https://api.callrounded.com/v1/agents/{agent_id} \
  --header 'X-Api-Key: <api-key>'
{
"message": "Agent deleted successfully",
"error": null,
"status": 200
}

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

agent_id
string
required

Response

200
application/json

Successfully deleted agent

The response is of type object.