---
title: "deleteErpImport"
method: DELETE
path: "/v2/erp/imports/{importId}"
tags: ["erp-imports"]
---

# deleteErpImport

`DELETE /v2/erp/imports/{importId}`

Remove an import and the file it owns. Allowed from any status: an import whose run is still in flight is stopped by the deletion, and rows it already wrote stay written.

## Path parameters

- `importId` string, required

## Response `204`

The import and its file were removed

## Other responses

- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `500` — Internal Server Error

## Changes

- **2026-08-19** `cf02c9310c0f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/integration-toolkit-api/changes/v2/erp/imports/:importId/delete.md)

---

[API](https://skmtc.dev/epilot/apis/integration-toolkit-api.md) · [All operations](https://skmtc.dev/epilot/apis/integration-toolkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/integration-toolkit-api/revisions/a765dc127359/schema)
