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: 2025-01-15'
xxxxxxxxxx
14{
"errors": [
{
"id": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
}
}
]
}