Delete Project
project_deletePermanently delete a project. This action cannot be undone; associated tasks will retain but lose project linkage.
Instructions
Use this when the user wants to permanently delete a project. WARNING: This is a destructive operation that cannot be undone. All associated tasks will remain but will lose their project association.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID to delete permanently |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the deletion was successful | |
| deletedId | No | The ID of the deleted project |