cURL
curl --request DELETE \ --url https://{host}/subscriptions/{platformType}/tags/{tagRef}
{ "tagRef": "<string>", "message": "<string>", "status": 123 }
204 on success; 404 if not found. If referenced by subscriptions (or other errors), returns an object with tagRef, message, status.
tagRef
message
status
Platform catalog (cloud or containers).
cloud
containers
Unique tag identifier.
In-use error payload
HTTP-like code (e.g., 200, 204, 404).