cURL
curl --request POST \ --url https://api.okeyproxy.com/ipglobal-api/api/v2/secUser/disable \ --header 'Content-Type: application/json' \ --data ' { "secUsername": "<string>", "apiKey": "<string>" } '
{ "code": 200, "msg": "success", "data": "true" }
Disable specified sec-user.
Sec-user account. Letters and numbers only, up to 40 characters.
Agent API key used for authentication
Status code
Status message