Delete Retention Policy
workmail_delete_retention_policy | R Documentation |
Deletes the specified retention policy from the specified organization¶
Description¶
Deletes the specified retention policy from the specified organization.
Usage¶
workmail_delete_retention_policy(OrganizationId, Id)
Arguments¶
OrganizationId |
[required] The organization ID. |
Id |
[required] The retention policy ID. |
Value¶
An empty list.
Request syntax¶
svc$delete_retention_policy(
OrganizationId = "string",
Id = "string"
)