DELETE
/
v2
/
agent
/
{agentId}
/
transfer-rules
/
{transfer-rule-id}
cURL
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/agent/{agentId}/transfer-rules/{transfer-rule-id} \
  --header 'Authorization: Bearer <token>'
{
  "success": "<string>"
}

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

transfer-rule-id
string
required

ID da regra de transferência

Response

204
application/json

Regra de transferência atualizada com sucesso

The response is of type object.