Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 637 Bytes

batch-delete-catalog-objects-request.md

File metadata and controls

24 lines (16 loc) · 637 Bytes

Batch Delete Catalog Objects Request

Structure

BatchDeleteCatalogObjectsRequest

Fields

Name Type Tags Description Getter
ObjectIds List<String> Optional The IDs of the CatalogObjects to be deleted. When an object is deleted, other objects
in the graph that depend on that object will be deleted as well (for example, deleting a
CatalogItem will delete its CatalogItemVariation.
List getObjectIds()

Example (as JSON)

{
  "object_ids": [
    "W62UWFY35CWMYGVWK6TWJDNI",
    "AA27W3M2GGTF3H6AVPNB77CK"
  ]
}