---
title: "List Deleted Settings"
method: GET
path: "/v1/configs/{configId}/deleted-settings"
tags: ["Audit logs"]
---

# List Deleted Settings

`GET /v1/configs/{configId}/deleted-settings`

This endpoint returns the list of Feature Flags and Settings that were deleted from the given Config.

## Path parameters

- `configId` string, uuid, required

## Response `200`

- DeletedSettingModel[]
  - `key` string, required — Key of the Feature Flag or Setting.
  - `name` string, required — Name of the Feature Flag or Setting.
  - `hint` string, nullable, required — Description of the Feature Flag or Setting.
  - `settingType` 'boolean' | 'string' | 'int' | 'double', required — The type of the Feature Flag or Setting.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/versions/6b4d53bc1455/schema)
