{ "type": "object", "required": [ "OrganizationId", "UserId", "DeviceId" ], "title": "DeleteMobileDeviceAccessOverrideRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization for which the access override will be deleted." } ] }, "UserId": { "allOf": [ { "$ref": "#/components/schemas/EntityIdentifier" }, { "description": "

The WorkMail user for which you want to delete the override. Accepts the following types of user identities:

" } ] }, "DeviceId": { "allOf": [ { "$ref": "#/components/schemas/DeviceId" }, { "description": "The mobile device for which you delete the override. DeviceId is case insensitive." } ] } }, "$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-mobile-device-access-override-request-schema.json", "description": "DeleteMobileDeviceAccessOverrideRequest schema from Amazon WorkMail API" }