delete_issue_by_issue_id
Remove a specific issue by its unique ID using the Overseerr/Jellyseerr API. Enter the issue ID to permanently delete the issue and resolve it from the system.
Instructions
Delete issue.
DELETE /api/v1/issue/{issueId}
Args: issue_id: Issue ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |