> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/platform-modules/configmodule/direct-commands/deleteconfig.md).

# DeleteConfig

This method commands the Config module to delete configurations, including routes, with specified ids

Ids specifies the ids to be deleted.\
ConfigType can assume values "**All**", "**Static**" and "**Dynamic**". This defines which part of the configuration that is targettet.

**Method Name:**\
DeleteConfig

**Payload:**

```
{
  "Ids": [
    "id1",
    "id2",
    "id3"
  ],
  "ConfigType": "All"
}
```
