v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Disables the standards specified by the provided StandardsSubscriptionArns.

For more information, see Security Standards section of the Security Hub User Guide.

post/standards/deregister

Request body

StandardsSubscriptionArnsNonEmptyString[] required

The ARNs of the standards subscriptions to disable.

Response

Success

Example response

{
  "StandardsSubscriptions": [
    {
      "StandardsArn": "arn:aws:securityhub:eu-central-1::standards/pci-dss/v/3.2.1",
      "StandardsInput": {},
      "StandardsStatus": "DELETING",
      "StandardsSubscriptionArn": "arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1"
    }
  ]
}