Skip to main content
DELETE
/
v2
/
agents
/
{agent_key}
Delete an agent
curl --request DELETE \
  --url https://api.orq.ai/v2/agents/{agent_key} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_key
string
required

The unique key of the agent to delete

Response

Agent deleted successfully