Exclui permanentemente um endpoint de webhook. Entregas pendentes serão canceladas.
cURL
curl --request DELETE \ --url https://api.wappfy.io/api/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook endpoint UUID
Endpoint de webhook excluído
Operação bem-sucedida
true
Esta página foi útil?