Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://sandbox.ntxpay.com/api/webhooks-config/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Webhook removido com sucesso" }
Requer Bearer JWT.
JWT obtido em POST /api/auth/token
ID do webhook
Webhook removido
true
"Webhook removido com sucesso"