Delete Product Tag

Delete Product Tag

Delete tag per product, defined by name param.

Request
URI
DELETE
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/tags/product/{environmentId}/{productId}
COPY
Path Parameters
string
environmentId
Required

ID of the environment

string
productId
Required

ID of the product within the environment

Query Parameters
string
name
Required

Tag name to be delete.


Responses
200

Delete product tags, defined in the request body.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure