Skip to main content
POST
/
api
/
v2
/
secUser
/
disable
Disable sec-user account
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"
}

Body

application/json
secUsername
string
required

Sec-user account. Letters and numbers only, up to 40 characters.

apiKey
string
required

Agent API key used for authentication

Response

200 - application/json
code
integer
required

Status code

msg
string
required

Status message

data
string
required