Skip to main content

Delete a specific Webhook

DELETE 

/webhook/:guid

deprecated

Soft deletes a specific Webhook.

Note, we need to have Webhook manager permissions before we can remove this item.

Request

Path Parameters

    guid uuidrequired

    The guid of the Webhook.

Responses

Webhook deleted. This returns an empty response.

Loading...