Skip to main content
DELETE
/
api
/
webhooks-config
/
{id}
Remover webhook
curl --request DELETE \
  --url https://sandbox.ntxpay.com/api/webhooks-config/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Webhook removido com sucesso"
}

Authorizations

Authorization
string
header
required

JWT obtido em POST /api/auth/token

Path Parameters

id
integer
required

ID do webhook

Response

Webhook removido

success
boolean
Example:

true

message
string
Example:

"Webhook removido com sucesso"