Skip to content

Delete Mobile Device Access Override

workmail_delete_mobile_device_access_override R Documentation

Deletes the mobile device access override for the given WorkMail organization, user, and device

Description

Deletes the mobile device access override for the given WorkMail organization, user, and device.

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.

Usage

workmail_delete_mobile_device_access_override(OrganizationId, UserId,
  DeviceId)

Arguments

OrganizationId

[required] The WorkMail organization for which the access override will be deleted.

UserId

[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 or S-1-1-12-1234567890-123456789-123456789-1234

  • Email address: user@domain.tld

  • User name: user

DeviceId

[required] The mobile device for which you delete the override. DeviceId is case insensitive.

Value

An empty list.

Request syntax

svc$delete_mobile_device_access_override(
  OrganizationId = "string",
  UserId = "string",
  DeviceId = "string"
)