Skip to main content
DELETE
/
v1
/
webhook
/
{webhook_id}
Excluir webhook
curl --request DELETE \
  --url https://api.valorapayments.com.br/v1/webhook/{webhook_id} \
  --header 'x-api-key: <api-key>'
{
  "deleted": true
}

Authorizations

x-api-key
string
header
required

Chave de API gerada no painel Valora. Envie em todas as requisições.

Path Parameters

webhook_id
string
required

ID do webhook

Example:

"wh_a1b2c3d4"

Response

Webhook excluído

deleted
boolean
Example:

true