Delete Catalog Item Relationships Categories
DELETE {{baseUrl}}/api/catalog-items/:id/relationships/categories/
Delete catalog category relationships for the given item ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
catalogs:write
Request Body
{"data"=>[{"type"=>"catalog-category", "id"=>"<string>"}, {"type"=>"catalog-category", "id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |