Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvr_api:deleting_recordings [2019/10/10 20:14] nedsdvr_api:deleting_recordings [2024/02/07 03:09] (current) – [API URL] neds
Line 1: Line 1:
 ======Deleting recordings====== ======Deleting recordings======
 <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn> <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR API|Back to all DVR API topics]]</btn>
 +
 +<WRAP center info>
 +This is a mirror of the documentation from: https://github.com/Silicondust/documentation/wiki/Deleting-Recordings
 +</WRAP>
  
 A recording is deleted by sending a request to the record engine hosting the recording on the local network. The episode can optionally be flagged to be re-recorded. A recording is deleted by sending a request to the record engine hosting the recording on the local network. The episode can optionally be flagged to be re-recorded.
Line 8: Line 12:
  
 The API URL is unique for each recording. Look for the "CmdURL" in the recorded files json from the record engine. Note that the CmdURL may include parameters which must be preserved. The API URL is unique for each recording. Look for the "CmdURL" in the recorded files json from the record engine. Note that the CmdURL may include parameters which must be preserved.
 +
 +The API URL must be invoked using a HTTP POST operation. HTTP GET operations will be rejected with 400 Bad Request.
  
 </WRAP> </WRAP>
Line 28: Line 34:
  
 </WRAP> </WRAP>
 +====History====
 +<WRAP indent>
 +
 +  * 20210804:
 +      * Document requirement to use HTTP POST.
 +
 +  * 20160427:
 +      * Initial documentation.
 +
 +</WRAP>
 +Copyright © 2016 Silicondust USA Inc. <www.silicondust.com>.
  • Last modified: 2019/10/10 20:14