Skip to main content

Delete a product variation relationships

DELETE 

/pcm/products/:productID/relationships/variations

Delete a product variation relationships

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id string

    The ID of the product variation.

    type string

    Possible values: [product-variation]

    This represents the type of resource being returned. Always product-variation.

  • ]

Responses

No Content

Loading...