delete_issue
Delete a specific issue from Backlog using its numeric ID or key, with an optional organization parameter.
Instructions
Deletes an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |