Stop Upload Job
| customerprofiles_stop_upload_job | R Documentation |
This API stops the processing of an upload job¶
Description¶
This API stops the processing of an upload job.
Usage¶
customerprofiles_stop_upload_job(DomainName, JobId)
Arguments¶
DomainName |
[required] The unique name of the domain containing the upload job to stop. |
JobId |
[required] The unique identifier of the upload job to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_upload_job(
DomainName = "string",
JobId = "string"
)