---
title: "Remove classification from folder"
method: DELETE
path: "/folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo"
tags: ["Classifications on folders"]
---

# Remove classification from folder

`DELETE /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo`

Removes any classifications from a folder.

This API can also be called by including the enterprise ID in the
URL explicitly, for example
`/folders/:id/enterprise_12345/securityClassification-6VMVochwUWo`.

## Path parameters

- `folder_id` string, required

## Response `204`

Returns an empty response when the classification is
successfully deleted.

## Other responses

- `400` — Returned when the request parameters are not valid.
- `404` — Returns an error when the folder does not have any classification applied to it, or when the user does not have access to the folder. * `instance_not_found` - An instance of the classification metadata template with the was not found on this folder. * `not_found` - The folder was not found, or the user does not have access to the folder.
- `405` — Returned when the method was not allowed.
- `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)
