delete_project
Delete a Backlog project by specifying its numeric ID or project key. Optionally include the organization name to identify the correct project.
Instructions
Deletes a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |