Docs

Abandon Import

DELETE /imports/{importId}

DELETE/imports/{importId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Discards a planned import. Called when the user closes the wizard after a plan exists.

Nothing was ever written to the target, so this only moves the import to Abandoned — it is a state change, not a cascade.

Requires EventAdmin permission on the event.

Errors

StatusMeaning
400Status is not Planned — an import already executing or completed can no longer be abandoned.
404No such import, or it belongs to another event or organization.