Skip to main content
DELETE
/
webhooks
/
{webhook}
Delete a webhook
curl --request DELETE \
  --url http://localhost/public/v1/webhooks/{webhook}
{
  "ok": true
}

Path Parameters

webhook
string<uuid>
required

The webhook ID

Response

ok
boolean
required