delete https://api.sandbox.payments.stonex.com/api/v/webhook/
This endpoint allows you to delete an existing webhook connection using the webhook id.
Request
URL: /api/v{version}/webhook/:id
Method: DELETE
Response
HTTP Status : 204 No content
Once successfully deleted, you can check the webhook status by calling the View Webhook by ID endpoint:
{
"title": "Bad Input",
"status": 400,
"detail": "Webhook could not be found",
"traceId": "00-a5fe0175278765cd4217e71437842636-5007df6c997ad16b-00",
"errorCode": "GNL00001"
}