Skip to main content
DELETE
/
api
/
hooks
/
{hookId}
Delete web hook.
curl --request DELETE \
  --url https://{tenant}/api/hooks/{hookId} \
  --header 'Authorization: Bearer <token>'
{
  "Message": "Webhook deleted",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

Path Parameters

hookId
string
required

Response

ID
string
Message
string
Meta
any
Status
string