Some details info
[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     Package name. 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, which is actually
34     a package name and not an UUID.
35     
36     Same as the ``xxx`` in the path.
37 GET parameters
38   ``auth_token``
39     Same as ``X-OUYA-AuthToken``
40
41 HTTP response
42 =============
43 Status code
44   ``204 No Content``