Skip to main content
DELETE
/
webhooks
/
{id}
curl -X DELETE https://api.thalbank.com/webhooks/d4e5f6a7-b8c9-0123-def0-123456789abc \
  -H "x-api-key: sua_api_key"
{}

Descricao

Remove permanentemente um webhook. Voce deixara de receber notificacoes nesta URL.

Request

id
string
required
UUID do webhook a remover.
curl -X DELETE https://api.thalbank.com/webhooks/d4e5f6a7-b8c9-0123-def0-123456789abc \
  -H "x-api-key: sua_api_key"
{}