Skip to main content
DELETE
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://api.example.com/agents/{agent_id}

Path Parameters

ParameterTypeDescription
agent_idstringThe agent’s unique identifier

Response

Returns 204 No Content on success.