Remover um webhook

Este exemplo mostra como remover um webhook.

Substitua o seguinte valor de espaço reservado no código de exemplo:

Chave Descrição
bearer_token Seu token OAuth. Saiba mais sobre tokens OAuth
id Identificador único do webhook
curl --location --request DELETE 'https://api.vonage.com/t/vbc.prod/vis/v1/self/webhooks/$id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token'