delete https://a.klaviyo.com/api/catalog-variants/
Delete a catalog item variant with the given variant ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
Responses
204Success
Delete a catalog item variant with the given variant ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
204Success
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/catalog-variants/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"
}
}
]
}