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"
{}

Documentation Index

Fetch the complete documentation index at: https://docs.thalpay.com/llms.txt

Use this file to discover all available pages before exploring further.

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"
{}