---
title: "Remove watermark from folder"
method: DELETE
path: "/folders/{folder_id}/watermark"
tags: ["Watermarks (Folders)"]
---

# Remove watermark from folder

`DELETE /folders/{folder_id}/watermark`

Removes the watermark from a folder.

## Path parameters

- `folder_id` string, required

## Response `204`

An empty response will be returned when the watermark
was successfully deleted.

## Other responses

- `404` — Returns an error if the folder 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)
