Delete Existing IP Whitelist
Delete an existing whitelisted IP
Request
The type of the request. (delWhite)
The IP that is being removed from the whitelist
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=delWhite&ip='
Responses
application/json {
"success": true,
"message": "Successfully deleted whitelist!"
}
Modified at 2025-05-09 17:11:43