Cancel Account Operation

POST/account/cancelAccountOperation

This endpoint is used to cancel account operation requests that have not been confirmed by OTP, which include: /account/activateAccount /user/verifyEmailAddress /user/addEmail

Fields
Type
Description
Required

requestId

string

The request id to be cancelled

TRUE

Response

{
  "code": "00000",
  "msg": "Completed successfully"
}

Last updated