GET https://devs.ouya.tv/api/v1/developers/xxx/products/
[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
27   Example: ``/api/v1/queued_downloads/net.froemling.bombsquad``
28
29 Headers
30   Standard headers
31
32   ``uuid``
33     The ``uuid`` value from the queued downloads list.
34     
35     Same as the ``xxx`` in the path.
36 GET parameters
37   ``auth_token``
38     Same as ``X-OUYA-AuthToken``
39
40 HTTP response
41 =============
42 Status code
43   ``204 No Content``