workmail_delete_organization {paws.end.user.computing} | R Documentation |
Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization
Description
Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization. You can choose whether to delete the associated directory. For more information, see Removing an organization in the WorkMail Administrator Guide.
See https://www.paws-r-sdk.com/docs/workmail_delete_organization/ for full documentation.
Usage
workmail_delete_organization(
ClientToken = NULL,
OrganizationId,
DeleteDirectory,
ForceDelete = NULL,
DeleteIdentityCenterApplication = NULL
)
Arguments
ClientToken |
The idempotency token associated with the request. |
OrganizationId |
[required] The organization ID. |
DeleteDirectory |
[required] If true, deletes the AWS Directory Service directory associated with the organization. |
ForceDelete |
Deletes a WorkMail organization even if the organization has enabled users. |
DeleteIdentityCenterApplication |
Deletes IAM Identity Center application for WorkMail. This action does not affect authentication settings for any organization. |
[Package paws.end.user.computing version 0.9.0 Index]