WorkMail / Client / delete_mobile_device_access_override
delete_mobile_device_access_override#
- WorkMail.Client.delete_mobile_device_access_override(**kwargs)#
Deletes the mobile device access override for the given WorkMail organization, user, and device.
Note
Deleting already deleted and non-existing overrides does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
See also: AWS API Documentation
Request Syntax
response = client.delete_mobile_device_access_override( OrganizationId='string', UserId='string', DeviceId='string' )
- Parameters:
OrganizationId (string) –
[REQUIRED]
The WorkMail organization for which the access override will be deleted.
UserId (string) –
[REQUIRED]
The WorkMail user for which you want to delete the override. Accepts the following types of user identities:
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
Email address:
user@domain.tld
User name:
user
DeviceId (string) –
[REQUIRED]
The mobile device for which you delete the override.
DeviceId
is case insensitive.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException
WorkMail.Client.exceptions.EntityNotFoundException