diff --git a/API/Queue.md b/API/Queue.md index 802d81b..0c84c54 100644 --- a/API/Queue.md +++ b/API/Queue.md @@ -135,4 +135,17 @@ Gets currently downloading info "id": 1503378561 } ] -``` \ No newline at end of file +``` + +## DELETE ## + +##### Summary ##### +Deletes an item from the queue and download client. Optionally blacklist item after deletion. + +##### Parameters ###### + +Required: +`id (int)` Unique ID of the command + +Optional: +`blacklist (bool)` Set to 'true' to blacklist after delete \ No newline at end of file