# config-delete

从配置文件中移除一个配置键。这与 **`config-set`** （它会添加或覆盖一个键）相辅相成。

### 用法

```
config-delete sd <configuration_setting_key>
```

* **configuration\_setting** ——要移除的点号分隔键（样式同 `config-get` / `config-set`).

成功后，控制台会报告该设置已被移除。如果键缺失或来源为只读，命令会报告 **未找到** 或 **只读**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/console-commands/config-delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
