remove-album-file
Use the interface to remove album files.
Request Mode
POST http://ip/mwapi/remove-album-file
Parameter | Description |
---|---|
ids | The file ID, which should be separated with comma when there are multiple ones |
Response Body
JSON structure is as follows:
{
"status": 0,
}
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. |