Docs
Abandon Import
DELETE /imports/{importId}
DELETE
/imports/{importId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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
| Status | Meaning |
|---|---|
400 | Status is not Planned — an import already executing or completed can no longer be abandoned. |
404 | No such import, or it belongs to another event or organization. |