Delete Ipwhite
POST /api/IpWhite/Delete
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Query
secret
string
from user's secret
Body
Name
Type
Description
ids
arrary
e.g:["xxx","aaaa"]
Response
{
"message": "string",
"code": 200
}{
"message": "string",
"code": 500
}Last updated