DELETE /api/v1/webhooks/{id} — Delete Webhook
This API allows you to delete a specific webhook configuration based on its ID from the system.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
Path Parameters
- id (string, required)
- The unique identifier of the webhook to delete.
Responses
HTTP 200 — Webhook deleted
{
"errorCode": 0,
"message": null,
"returnUrl": "/dashboard",
"stateValidationErrors": null,
"signature": ""
}