DELETE
/
v1
/
agents
/
{agent_id}
/
curl --request DELETE \
  --url https://api.roe-ai.com/v1/agents/{agent_id}/ \
  --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_id
string
required

A UUID string identifying this agent.

Response

204

Agent deleted successfully.