Message Delete
Request URL
Request Method
Request Parameter
Field |
Parameter |
Type |
Required |
Description |
APPID |
appid |
String |
Yes |
Application Client Id |
Timestamp |
gntime |
String |
Yes |
The current UNIX timestamp |
Signature |
gntoken |
String |
Yes |
Signature string. For details, please refer to the Signature Method page. |
Message Id Set |
ids |
Integer |
Yes |
Message Id Set,multiple message are separated by [,] |
Response Data
Field |
Parameter |
Type |
Description |
return code |
code |
Integer |
1:return successfully -1:return failed |
return message |
msg |
String |
return the description of request operation |
return data |
data |
Object |
return the requested operation result data |
Response Demo
{
"code": 1,
"msg": "Success",
"data": ""
}