Skip to content

Delete Impersonation Role

workmail_delete_impersonation_role R Documentation

Deletes an impersonation role for the given WorkMail organization

Description

Deletes an impersonation role for the given WorkMail organization.

Usage

workmail_delete_impersonation_role(OrganizationId, ImpersonationRoleId)

Arguments

OrganizationId

[required] The WorkMail organization from which to delete the impersonation role.

ImpersonationRoleId

[required] The ID of the impersonation role to delete.

Value

An empty list.

Request syntax

svc$delete_impersonation_role(
  OrganizationId = "string",
  ImpersonationRoleId = "string"
)