delete_config
Permanently delete a configuration by its slug, removing all versions and breaking any references to it.
Instructions
Delete a config by slug. This is permanent, removes all versions, and breaks anything still pointing at that slug; check list_config_versions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Configuration slug to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |