delete https://a.klaviyo.com/api/webhooks/
Delete a webhook with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:write
Responses
204Success
Delete a webhook with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:write
204Success
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/webhooks/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2024-10-15'