DELETE
/
agents
/
{agent_id}
curl --request DELETE \
  --url https://api.contextual.ai/v1/agents/{agent_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

ID of the agent to delete

Response

200
application/json
Successful Response

The response is of type object.