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