---
title: "Delete file request"
method: DELETE
path: "/file_requests/{file_request_id}"
tags: ["File requests"]
---

# Delete file request

`DELETE /file_requests/{file_request_id}`

Deletes a file request permanently.

## Path parameters

- `file_request_id` string, required

## Response `204`

Returns an empty response when the file request has been successfully
deleted.

## Other responses

- `401` — Returned when the access token provided in the `Authorization` header is not recognized or not provided.
- `404` — Returned if the file request is not found or has already been deleted, or the user does not have access to the associated folder.
- `405` — Returned if the `file_request_id` is not in a recognized format.
- `default` — An unexpected client error.

---

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