cURL
curl --request DELETE \ --url https://{host}/subscriptions/{platformType}/tags
[ { "tagRef": "<string>", "message": "<string>", "status": 123 } ]
Deletes a collection of tags by tagRef. If all succeed, returns 204. If any fail (e.g., tag is referenced by subscriptions), returns an array of per-entry results with status/messages; other entries may still delete.
tagRef
Platform catalog (cloud or containers).
cloud
containers
Per-entry delete results (partial/mixed outcomes)
HTTP-like code (e.g., 200, 204, 404).