Skip to main content
DELETE
/
api
/
management
/
ai
/
agents
/
{agent}
Deletar agente de IA
curl --request DELETE \
  --url https://api.olie.ai/api/management/ai/agents/{agent} \
  --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
string
required

Response

200

200