---
title: "Reset database classification level"
method: POST
path: "/databases/{id}/classification-level/reset"
tags: ["Classification Level"]
---

# Reset database classification level

`POST /databases/{id}/classification-level/reset`

Resets the [classification level](https://developer.atlassian.com/cloud/admin/dlp/rest/intro/#Classification%20level)
for a specific database for the space 
[default classification level](https://support.atlassian.com/security-and-access-policies/docs/what-is-a-default-classification-level/).

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Permission to access the Confluence site ('Can use' global permission) and permission to view the database.

## Path parameters

- `id` integer, required

## Request body

- object
  - `status` 'current', required — Status of the content.

## Response `204`

Returned if the classification level was successfully reset.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if: - Site's edition does not have entitlement(s) for [data classification](https://support.atlassian.com/security-and-access-policies/docs/what-is-data-classification/) - The calling user does not have permission to edit the specified database, or the database was not found

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
