itglue_delete_configuration
Delete an IT Glue configuration by providing its ID and the required confirmation token to acknowledge the destructive operation.
Instructions
Delete a configuration by id. Destructive — requires confirm: "DELETE_CONFIGURATION".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Configuration id. | |
| confirm | Yes | Required safety token. Pass "DELETE_CONFIGURATION" verbatim to acknowledge this destructive operation. Without it the call is refused. |