Skip to main content

Delete a product template relationship

DELETE 

/pcm/products/:productID/relationships/templates

Delete a product template relationship

Request

Path Parameters

    productID uuidrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id uuid

    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...