Delete a webhook

Delete a webhook

DELETE https://<your_gateway_host>/api/webhook/:id

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

id

string

ID of webhook to delete

{
  "message": "webhook deleted"
}

Last updated