Delete Access Control Rule
workmail_delete_access_control_rule | R Documentation |
Deletes an access control rule for the specified WorkMail organization¶
Description¶
Deletes an access control rule for the specified WorkMail organization.
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.
Usage¶
workmail_delete_access_control_rule(OrganizationId, Name)
Arguments¶
OrganizationId |
[required] The identifier for the organization. |
Name |
[required] The name of the access control rule. |
Value¶
An empty list.
Request syntax¶
svc$delete_access_control_rule(
OrganizationId = "string",
Name = "string"
)