User Tools

Site Tools


api:iptv:recordings:deletemany

API : IPTV : Recordings : Delete Many

Delete a list of recordings

Request

URL https://api.telecomx.dk/iptv/recording
Method DELETE
Access level MANAGER, OWNER, RESELLER, ADMIN.
Query customer Id [optional] Id of customer to perform the deletion on. Default to users own customer.
Body recordings Array List of EpgId's of programs to delete.

Query examples

DELETE https://api.telecomx.dk/iptv/recording
{
  recordings: [
    '2_5636564535',
    '36_4654534345'
  ]
}

Response

JSON object
success Boolean True on success.

Example

{
  "success": true
}

Errors

Error code Message Description
404 id Not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/recordings/deletemany.txt · Last modified: 2020/06/24 09:57 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki