# KlaviyoAPI::CatalogCategoryDeleteQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CatalogCategoryEnum**](CatalogCategoryEnum.md) | | | | **id** | **String** | The catalog category 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`. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogCategoryDeleteQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-CATEGORY-APPAREL ) ```