Skip to main content
DELETE
/
subscriptions
/
{platformType}
/
suppressions
Delete suppressions (bulk; independent per entry)
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
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog to target (cloud or containers).

Available options:
cloud,
containers

Body

application/json · object[]
suppressionRef
string
required

Response

Per-entry delete results (partial failures and/or mixed outcomes)

suppressionRef
string
suppressionName
string
message
string
status
integer

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