Skip to main content

Delete User Account ApiKey

Type: DELETE

Description:/v4/user/account/api-key/{apikeyId}

Parameters

NameTypeMandatoryDefaultDescriptionRanges
apikeyIdstringtrue-ApiKey id-

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [{}],
"result": true // true: success; false/null: unsuccess
}