id).DELETE/api/user/webhook/{id}application/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | AtivoB2B/1.0 | Sim |
id — Identificador único do webhook a ser deletadocurl --location --request DELETE '/api/user/webhook/' \
--header 'x-api-key: {Token}' \
--header 'User-Agent: AtivoB2B/1.0'{
"status": 200,
"message": "Webhook deletado com sucesso",
"data": {
"id": "000000-0000-0000-0000-000000000000",
"gatewayId": "00000000-0000-0000-0000-000000000000",
"sellerId": "00000000-0000-0000-0000-000000000000",
"url": "example.com",
"type": "INFRACTION",
"createdAt": "2025-03-31T17:51:59.317Z",
"updatedAt": "2025-04-14T14:54:52.048Z"
},
"error": null
}