Delete a webhook subscription
DELETE {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid
Deletes the Webhook Subscription associated with the provided UUID.
📘 Token Authentication
This endpoint uses the organization level api token and the Token scheme with HTTP Authorization header.
scope: webhook_subscriptions:write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. |