Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{id}
Excluir webhook
curl --request DELETE \
  --url https://api.useintegra.com.br/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API Key da organizacao (Authorization: Bearer ik_live_xxx)

Path Parameters

id
string
required

ID do webhook

Response

Webhook excluido

message
string
required