{ "type": "object", "required": [ "OrganizationId", "EntityId", "GranteeId" ], "title": "DeleteMailboxPermissionsRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The identifier of the organization under which the member (user or group) exists." } ] }, "EntityId": { "allOf": [ { "$ref": "#/components/schemas/WorkMailIdentifier" }, { "description": "The identifier of the member (user or group) that owns the mailbox." } ] }, "GranteeId": { "allOf": [ { "$ref": "#/components/schemas/WorkMailIdentifier" }, { "description": "The identifier of the member (user or group) for which to delete granted permissions." } ] } }, "$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-mailbox-permissions-request-schema.json", "description": "DeleteMailboxPermissionsRequest schema from Amazon WorkMail API" }