/api/srt/receiver-del
Use the interface to delete an SRT RX.
Request Mode
POST /api/srt/receiver-del
| Name | Description |
|---|---|
| uid | Unique ID, non-0 value. |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |