[DELETE] Excluir agente

Remove um agente.

Requisição

curl --location --request DELETE 'https://api.zaia.app/v1.1/api/agent/remove/?agentId=123' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your api key goes here>'

Headers (Cabeçalhos)

Chave
Tipo
Exemplo
Obrigatório

Authorization

String

Bearer <sua chave aqui>

Parâmetros de Query

Chave
Tipo
Exemplo
Obrigatório

agentId

Number

123

Respostas

Atualizado