Skip to main content
DELETE
/
api
/
WebHooks
/
{webhookId}
Delete a Web Hook.
curl --request DELETE \
  --url https://api.example.com/api/WebHooks/{webhookId}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

webhookId
string<uuid>
required

Response

OK