Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 575 Bytes

batch-delete-catalog-objects-request.md

File metadata and controls

24 lines (16 loc) · 575 Bytes

Batch Delete Catalog Objects Request

Structure

Batch Delete Catalog Objects Request

Fields

Name Type Tags Description
object_ids List of 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.

Example (as JSON)

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