Skip to main content

Delete a product template relationship

DELETE 

/pcm/products/:productID/relationships/templates

Delete a product template relationship

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id string

    The unique identifier of a template.

    type string

    Possible values: [template]

    This represents the type of resource object being returned. Always `template'.

  • ]

Responses

No Content

Loading...