---
title: "Remove watermark from file"
method: DELETE
path: "/files/{file_id}/watermark"
tags: ["Watermarks (Files)"]
---

# Remove watermark from file

`DELETE /files/{file_id}/watermark`

Removes the watermark from a file.

## Path parameters

- `file_id` string, required

## Response `204`

Removes the watermark and returns an empty response.

## Other responses

- `404` — Returns an error if the file did not have a watermark applied to it.
- `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)
