delete https://a.klaviyo.com/api/catalog-items//
Delete a catalog item with the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
Responses
204Delete a catalog item with the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
204xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/catalog-items/%24custom%3A%3A%3A%24default%3A%3A%3ASAMPLE-DATA-ITEM-1/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-08-15'