Skip to main content

Delete a Relationship between a product with one or more products

DELETE 

/pcm/products/:productID/custom-relationships/:customRelationshipSlug

Delete a Relationship between a product with one or more products

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

    customRelationshipSlug stringrequired

    A custom relationship slug.

Body

    data object[]required
  • Array [
  • id stringrequired

    The ID of the product you want to relate.

    type stringrequired

    Possible values: [product]

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

  • ]

Responses

Products are dissociated.

Loading...