abortErpImport
Ask a running import to stop. Valid while the job is VALIDATING or PROCESSING; any other status returns 409. The stop is cooperative: the job passes through CANCELLING and typically reaches CANCELLED within seconds. Rows already published to the platform are kept: this is a stop, not a rollback. Aborting during VALIDATING has published nothing, so it is always clean; aborting during PROCESSING leaves a partial import, and the rows that landed are visible in monitoring under the job's correlation_id.
Path parameters
Response
The stop was recorded. The job is still finishing up — poll GET /v2/erp/imports/{importId} to observe CANCELLED.
Changes
Changed in 5 of the 8 revisions of this API.418
- ●
added the new
BLANK_ROWS_SKIPPEDenum value to thevalidation/issues/items/coderesponse property for the response status202response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
column_countto the response with the202statusresponse-optional-property-added
- ○
added the optional property
size_bytesto the response with the202statusresponse-optional-property-added
- ○
- ▲
the
validation/issues/items/columns/items/response's property type/format changed fromstring/toobject/for status202response-property-type-changed
- ▲
removed the required property
validation/issues/items/messagefrom the response with the202statusresponse-required-property-removed
- ○
added the optional property
validation/issues/items/columns/items/entityto the response with the202statusresponse-optional-property-added
- ○
added the optional property
validation/issues/items/rowto the response with the202statusresponse-optional-property-added
- ○
added the required property
validation/issues/items/columns/items/nameto the response with the202statusresponse-required-property-added
- ▲
- ▲
the response property
integration_idbecame optional for the status202response-property-became-optional
- ▲
removed the required property
error/typefrom the response with the202statusresponse-required-property-removed
- ○
added the optional property
validation/issuesto the response with the202statusresponse-optional-property-added
- ○
added the required property
error/codeto the response with the202statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○