Cancel Mailbox Export Job
workmail_cancel_mailbox_export_job | R Documentation |
Cancels a mailbox export job¶
Description¶
Cancels a mailbox export job.
If the mailbox export job is near completion, it might not be possible to cancel it.
Usage¶
workmail_cancel_mailbox_export_job(ClientToken, JobId, OrganizationId)
Arguments¶
ClientToken |
[required] The idempotency token for the client request. |
JobId |
[required] The job ID. |
OrganizationId |
[required] The organization ID. |
Value¶
An empty list.
Request syntax¶
svc$cancel_mailbox_export_job(
ClientToken = "string",
JobId = "string",
OrganizationId = "string"
)