Delete the no-signal images
1.API Description
This API is used to delete the no-signal image(s).
Request mode: POST [ip]/api/resource/image/delete
| Administrator Rights | Logged-in |
|---|---|
| No | Yes |
2. Input Parameters
| Name | Type | Description |
|---|---|---|
| id | String | Image ID |
| type | String | Reserved. |
3. Output Parameters
| Name | Type | Description |
|---|---|---|
| status | Int | Status code |
| code | String | Status description. |
4. Example
Deleting a no-signal image.
Input Example
{
"id": "no_signal_1"
}
Output Example
{
"status": 0,
"code": "success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.