delete_config
Permanently remove a configuration and all its versions by providing the slug. This action breaks any references still pointing to that slug.
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 |