---
title: "Delete files."
method: GET
path: "/file/delete"
tags: ["Documents|File"]
---

# Delete files.

`GET /file/delete`

This endpoint can be used to delete specific files by providing an array of `id`s. If you want to delete multiple
files at once, it will be beneficial to use an array of ids as this will improve performance and save resources.

## Query parameters

- `ids[]` integer[], required

## Response `200`

Success Response:

- StandardFileDeleteResponse
  - `deletedIds` integer[] — The files that were deleted

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/15839b24c497/schema)
