Skip to main content
DELETE
/
subscriptions
/
{platformType}
/
tags
Delete tags (bulk; independent per entry)
curl --request DELETE \
  --url https://{host}/subscriptions/{platformType}/tags
[
  {
    "tagRef": "<string>",
    "message": "<string>",
    "status": 123
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Response

Per-entry delete results (partial/mixed outcomes)

tagRef
string
message
string
status
integer

HTTP-like code (e.g., 200, 204, 404).