{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-delete-organization-config-rule-request-structure.json", "name": "DeleteOrganizationConfigRuleRequest", "description": "DeleteOrganizationConfigRuleRequest schema", "type": "object", "properties": { "OrganizationConfigRuleName": { "allOf": [ { "$ref": "#/components/schemas/OrganizationConfigRuleName" }, { "description": "The name of organization Config rule that you want to delete." } ] } }, "required": [ "OrganizationConfigRuleName" ] }