Delete Environment
delete_environmentPermanently delete a Coalesce environment by providing its ID. Confirmation is required to prevent accidental deletion.
Instructions
Permanently delete a Coalesce environment. This is destructive and cannot be undone.
Args:
environmentID (string, required): The environment ID to delete
confirmed (boolean, optional): Set to true after the user explicitly confirms deletion
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | No | Set to true after the user explicitly confirms the deletion. | |
| environmentID | Yes | The environment ID to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |