---
title: "Delete import documents"
method: DELETE
path: "/imports/{id}/documents"
tags: ["imports"]
---

# Delete import documents

`DELETE /imports/{id}/documents`

Deletes all documents from an import job

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsImportJobDeleteResponse
  - `documents_deleted` integer
  - `import_id` string
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
