Deletes an existing webhook configuration identified by webhookId.
The clientId and userEmail are resolved from the JWT token.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Request Code Samples
curl --location --request DELETE '/v1/webhooks/WBH-20240101-ABC123' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Webhook deleted successfully
{
"status": "200",
"message": "success",
"data": "Webhook WBH-20240101-ABC123 has been deleted successfully"
}
Modified at 2026-02-19 02:47:20