{ "type": "object", "required": [ "OrganizationId", "Name" ], "title": "DeleteAccessControlRuleRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The identifier for the organization." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/AccessControlRuleName" }, { "description": "The name of the access control rule." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-delete-access-control-rule-request-schema.json", "description": "DeleteAccessControlRuleRequest schema from Amazon WorkMail API" }