HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference

Remove Categories from Catalog Item

Delete catalog category relationships for the given item ID.

Rate limits:
Burst: 75/s
Steady: 700/m

Scopes:
catalogs:write

Path Params
string
required

The catalog item ID is a compound ID (string), with format: {integration}:::{catalog}:::{external_id}. Currently, the only supported integration type is $custom, and the only supported catalog is $default.

Body Params
array of objects
required
data*
string
required
string
required

A list of catalog category IDs representing the categories the item is in

Headers
string
required
Defaults to 2025-01-15

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses
204

Success

Language
Credentials