delete https://a.klaviyo.com/api/catalog-items//relationships/categories/
Delete catalog category relationships for the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
Responses
204Success
Delete catalog category relationships for the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
204Success
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/catalog-items/id/relationships/categories/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2024-05-15'