Delete a webhook
  DELETE /webhooks/{webhookId}    
 DELETE
 /webhooks/{webhookId}
 Delete a webhook by its id
Parameters
Path Parameters
 webhookId 
 required
   string
The ID of the webhook to delete
Responses
204
Webhook deleted successfully
404
Webhook not found