Skip to main content
DELETE
/
subscriptions
/
{platformType}
/
tags
/
{tagRef}
Delete a tag by ID
curl --request DELETE \
  --url https://{host}/subscriptions/{platformType}/tags/{tagRef}
{
  "tagRef": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
tagRef
string
required

Unique tag identifier.

Response

In-use error payload

tagRef
string
message
string
status
integer

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