HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Spawn Delete Items Job

Create a catalog item bulk delete job to delete a batch of catalog items.
Accepts up to 100 catalog items per request. The maximum allowed payload size is 4MB.

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

Scopes:
Catalogs Write

Body Params
object
required
string
required
object
required
array of objects
required

Array of catalog items to delete.

items*
string
required
string
required
Defaults to $custom:::$default:::SAMPLE-DATA-ITEM-1

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.

Headers
string
required
Defaults to 2023-01-24

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

Responses

Language
Credentials