Skip to content

Research : delete a search or a torrent

David Tisserand edited this page Mar 14, 2015 · 3 revisions

Delete a search

Request

DELETE /:id

Params: x-www-form-urlencoded

  • order (optional): index number of the torrent to delete. If not specified, all torrents will be deleted.

Response if order missing (Remove full search)

{
  "id": "vGHpUPbeMM8Y1smo"
}

Response if order specified (remove one torrent)

{
  "id": "a7UUXVMr20WzKi1A",
  "research": "matrix",
  "missingCount": 1,
  "count": 1,
  "added": "2015-03-02T00:37:20.505Z",
  "updated": "2015-03-14T14:25:36.281Z",
  "torrents": [
    {
      "order": 0,
      "name": "Matrix FRENCH DVDRIP 1999",
      "enabled": true,
      "fileSize": "701.0 Mo",
      "date": "2008-04-13T00:00:00.000Z",
      "url": "http://www.cpasbien.pw/telechargement/matrix-french-dvdrip-1999.torrent"
    }
  ]
}