cURL
curl --request DELETE \ --url https://{host}/subscriptions/{platformType}/suppressions \ --header 'Content-Type: application/json' \ --data ' [ { "suppressionRef": "<string>" } ] '
[ { "suppressionRef": "<string>", "suppressionName": "<string>", "message": "<string>", "status": 123 } ]
Platform catalog to target (cloud or containers).
cloud
containers
1
Per-entry delete results (partial failures and/or mixed outcomes)
HTTP-like code (e.g., 200, 204, 404).