---
title: "Deletes files"
method: POST
path: "/files/bulkRemove"
tags: ["files"]
---

# Deletes files

`POST /files/bulkRemove`

Deletes a list of files by fileIds

## Response `200`

Returns Status Success

- UUID[]

## Other responses

- `401` — The request has not been applied because it lacks valid authentication credentials for the target resource.
- `404` — The requested resource was not found

## Changes

- **2021-07-27** `af6206482c77` — 1 breaking
  - the `items/` response's property type/format changed from ``/`` to `string`/`` for status `200`
- **2021-07-23** `6ab2562e8acd` — 1 info
  - added the non-success response with the status `404`
- **2021-07-16** `a30d6f31f27f` — 2 info
  - added the non-success response with the status `401`
  - added the success response with the status `200`
- **2021-04-27** `d7f04fb898bd` — 1 info
  - endpoint added
- **2020-09-29** `8bd7fd33f496` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clowder-framework/apis/clowder/changes/files/bulkRemove/post.md)

---

[API](https://skmtc.dev/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.dev/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
