1
0
Fork 0
mirror of https://github.com/Lidarr/Lidarr.git synced 2026-03-03 00:26:58 -05:00

API queue delete is in source but not in documentation #653

Closed
opened 2026-02-20 12:05:12 -05:00 by deekerman · 3 comments
Owner

Originally created by @esticle on GitHub (Dec 5, 2019).

Describe the bug
I would like to remove, remove & blacklist, etc items from the queue using the API v1

To Reproduce
n/a

Expected behavior
Documentation should give some hints - unfortunately it does not

The source however, mentions items such as Remove, skipReDownload, etc but unfortunately I cannot deduce from that how to call it (sonarr-style /api/v1/queue/%s?apikey=%s does not appear to work).

Rough hints appreciated!

System info (please complete the following information):

  • Lidarr Version: 0.7.1.1381
  • Operating System: Ubuntu 18.04.3 LTS
  • .net Framework (Windows) or mono (macOS/Linux) Version: 5.20.1.34

Thanks!

Originally created by @esticle on GitHub (Dec 5, 2019). **Describe the bug** I would like to remove, remove & blacklist, etc items from the queue using the API v1 **To Reproduce** n/a **Expected behavior** Documentation should give some hints - [unfortunately it does not](https://github.com/lidarr/Lidarr/wiki/Queue) The [source however](https://github.com/lidarr/Lidarr/blob/develop/src/Lidarr.Api.V1/Queue/QueueActionModule.cs), mentions items such as Remove, skipReDownload, etc but unfortunately I cannot deduce from that how to call it (sonarr-style /api/v1/queue/%s?apikey=%s does not appear to work). Rough hints appreciated! **System info (please complete the following information):** - Lidarr Version: 0.7.1.1381 - Operating System: Ubuntu 18.04.3 LTS - .net Framework (Windows) or mono (macOS/Linux) Version: 5.20.1.34 Thanks!
deekerman 2026-02-20 12:05:12 -05:00
Author
Owner

@Qstick commented on GitHub (Dec 11, 2019):

Send a delete request in this format api/v1/queue/${id}?blacklist=${blacklist}&skipredownload=${skipredownload} and fill in the values for Id, blacklist (Boolean) and skipredownload (Boolean)

@Qstick commented on GitHub (Dec 11, 2019): Send a delete request in this format `api/v1/queue/${id}?blacklist=${blacklist}&skipredownload=${skipredownload}` and fill in the values for Id, blacklist (Boolean) and skipredownload (Boolean)
Author
Owner

@esticle commented on GitHub (Dec 11, 2019):

Just perfect, thanks!

@esticle commented on GitHub (Dec 11, 2019): Just perfect, thanks!
Author
Owner

@Qstick commented on GitHub (Dec 16, 2019):

Added to WIKI, Thanks
https://github.com/lidarr/Lidarr/wiki/Queue

@Qstick commented on GitHub (Dec 16, 2019): Added to WIKI, Thanks https://github.com/lidarr/Lidarr/wiki/Queue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Lidarr-Lidarr#653
No description provided.