Delete Project
delete_projectPermanently remove a Coalesce project by providing its project ID. Confirmation required to prevent accidental deletion.
Instructions
Permanently delete a Coalesce project. This is destructive and cannot be undone.
Args:
projectID (string, required): The project ID
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. | |
| projectID | Yes | The project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |