delete_access_control_rule
(**kwargs)¶Deletes an access control rule for the specified WorkMail organization.
Note
Deleting already deleted and non-existing rules 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_access_control_rule(
OrganizationId='string',
Name='string'
)
[REQUIRED]
The identifier for the organization.
[REQUIRED]
The name of the access control rule.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException