Skip to main content
DELETE
/
webhooks
/
{id}
Deletar webhook endpoint
curl --request DELETE \
  --url https://api.pagozz.com/v1/webhooks/{id} \
  --header 'Pagozz-Token: <api-key>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>"
  }
}

Authorizations

Pagozz-Token
string
header
required

Chave de API no formato pgz_test_* (test mode) ou pgz_live_* (live mode). O ambiente é determinado automaticamente pelo prefixo da chave.

Path Parameters

id
string<uuid>
required

ID do webhook endpoint.

Response

Webhook endpoint removido com sucesso.