Bulk pause import jobs
Import jobs
Bulk pause import jobs
Pause import jobs. When jobIds is omitted, pauses all running and queued jobs on the list. Also freezes the import queue.
POST
Bulk pause import jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the list.
Pattern:
^[0-9a-z]+$Body
application/json
Specific import job IDs to pause. Omit to pause all running and queued jobs.
Pattern:
^[0-9a-z]+$Response
200 - application/json
OK