Delete Mobile Device Access Rule
workmail_delete_mobile_device_access_rule | R Documentation |
Deletes a mobile device access rule for the specified WorkMail organization¶
Description¶
Deletes a mobile device access 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_mobile_device_access_rule(OrganizationId,
MobileDeviceAccessRuleId)
Arguments¶
OrganizationId |
[required] The WorkMail organization under which the rule will be deleted. |
MobileDeviceAccessRuleId |
[required] The identifier of the rule to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_mobile_device_access_rule(
OrganizationId = "string",
MobileDeviceAccessRuleId = "string"
)