---
title: "Reset look and feel settings"
method: DELETE
path: "/wiki/rest/api/settings/lookandfeel/custom"
tags: ["Settings"]
---

# Reset look and feel settings

`DELETE /wiki/rest/api/settings/lookandfeel/custom`

Resets the custom look and feel settings for the site or a single space.
This changes the values of the custom settings to be the same as the
default settings. It does not change which settings (default or custom)
are selected. Note, the default space settings are inherited from the
current global settings.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Admin' permission for the space.

## Query parameters

- `spaceKey` string

## Response `204`

Returned if the look and feel settings have been reset.

## Other responses

- `400` — Returned if `spaceKey` is invalid.
- `403` — Returned if the calling user doesn't have permission to reset the look and feel.
- `404` — Returned if there is no space with the given `spaceKey`.

---

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