delete-source
Use the interface to delete a source.
Request Mode
POST http://ip/mwapi/delete-source
Parameter | Description |
---|---|
id | The source ID |
sourceType | The source type 1: picture 2: video 6: music 10: GFX 11: scene background picture 13: PDF 14: web page |
Response Body
JSON structure is as follows:
{
"message": "The resource is previewing",
"status": 40
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |