/api/tx/live-del
Use the interface to delete a TX stream.
Request Mode
POST /api/tx/live-del
| Name | Description |
|---|---|
| uid | Unique ID, should be greater than 0. |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |