{ "type": "object", "required": [ "OrganizationId", "EntityId" ], "title": "DeregisterFromWorkMailRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The identifier for the organization under which the WorkMail entity exists." } ] }, "EntityId": { "allOf": [ { "$ref": "#/components/schemas/WorkMailIdentifier" }, { "description": "The identifier for the member (user or group) to be updated." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-deregister-from-work-mail-request-schema.json", "description": "DeregisterFromWorkMailRequest schema from Amazon WorkMail API" }