Klaviyo API

Getting access, Developing, Testing

Back to Klaviyo

Delete Catalog Item

Delete a catalog item with the given item ID.

Rate limits:
Burst: 75/s
Steady: 700/m\n\nScopes:\nCatalogs Write

Input

type: object properties: parameters: type: object properties: id: type: string example: $custom:::$default:::SAMPLE-DATA-ITEM-1 description: >- 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`. revision: type: string default: '2023-02-22' description: 'API endpoint revision (format: YYYY-MM-DD[.suffix])' required: - id - revision title: Parameters