redmine_project_delete
Delete a Redmine project permanently by providing its ID or identifier and confirming the destructive action.
Instructions
Delete project (DELETE /projects/:id.json). Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | project id or identifier | |
| confirm | Yes | Must be true to perform destructive action |