Cancel an import run
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$importRunIdstringRequired
The unique id of the import run
Responses
201
Import run canceled successfully.
application/json
idstringRequired
Unique ID of the import
startedAtstring · date-timeOptional
Date when the import has started
completedAtstring · date-timeOptional
Filled when the imported is in status "completed"
statusstring · enumRequiredPossible values:
Status of the import
reasonstringOptional
Reason for the import failure when status is failed.
400
Bad Request
application/json
404
Not Found
application/json
post/org/{organizationId}/imports/{importRunId}/cancel
Last updated
Was this helpful?