8d2a82aeb09640ddec8452242e20030170988f90
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-queued_downloads-xxx.delete.rst
1 ===========================================================
2 ``DELETE https://devs.ouya.tv/api/v1/queued_downloads/xxx``
3 ===========================================================
4
5 Remove an app from the list of queued downloads.
6
7
8 Usage
9 =====
10 After the app has been installed automatically on the OUYA.
11
12
13 HTTP request
14 ============
15 Protocol
16   ``https``
17 Method
18   ``DELETE``
19 Host
20   ``devs.ouya.tv``
21 Path
22   ``/api/v1/queued_downloads/xxx``
23
24   ``xxx``
25     The ``uuid`` value from the queued downloads list.
26 Headers
27   Standard headers
28
29   ``uuid``
30     The ``uuid`` value from the queued downloads list.
31     
32     Same as the ``xxx`` in the path.
33 GET parameters
34   ``auth_token``
35     Same as ``X-OUYA-AuthToken``
36
37 HTTP response
38 =============
39 Status code
40   ``204 No Content``