Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique key of the agent to delete
Response
Agent deleted successfully
curl --request DELETE \
  --url https://api.orq.ai/v2/agents/{agent_key} \
  --header 'Authorization: Bearer <token>'This response does not have an example.Permanently deletes an agent and all its configuration, including primary and fallback model settings.
curl --request DELETE \
  --url https://api.orq.ai/v2/agents/{agent_key} \
  --header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique key of the agent to delete
Agent deleted successfully
Was this page helpful?