Pular para o conteúdo principal
DELETE
/
webhooks
/
{webhook_id}
Excluir webhook da conta
curl --request DELETE \
  --url https://api.example.com/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

webhook_id
string
obrigatório

Identificador único do webhook.

Resposta

204

Webhook removido da conta