Resources WebhooksDelete a Webhook (Eliminar un Webhook) DELETE - https://api.verifik.co/v2/webhooks/{id}
Para eliminar un webhook específico, realiza una solicitud DELETE al endpoint donde {id} debe ser reemplazado con el identificador único del webhook que deseas eliminar.
Headers
Response
200 404
Copy {
"data": {
"_id": "66df1c0ad08b9d244bd1c806",
"client": "613375a1eab2fe08527f81e2",
"projectFlow": [],
"isActive": true,
"name": "Postman sample",
"url": "https://sandbox.verifik.co/v2/webhooks/logs",
"notification": {
"success": false,
"fail": true,
"_id": "66df1c0ad08b9d244bd1c805"
},
"updatedAt": "2024-09-09T16:02:18.713Z",
"createdAt": "2024-09-09T16:02:18.713Z",
"__v": 0
}
}
Copy {
"code": "NotFound",
"message": "Record not found."
}