DELETE
/
v2
/
agent
/
{agentId}
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/agent/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

ID do agente

Response

200
application/json
Agente removido com sucesso
success
boolean