Skip to main content

Account Delete By OTP and Token

POST 

https://api.loginradius.com/identity/v2/auth/account/delete

This API deletes an account by OTP verification.

Request

Responses

Successful response

Request Collapse all
Base URL
https://api.loginradius.com
Parameters
— queryrequired
— headerrequired
Body required
{
  "OTP": "string",
  "securityanswer": {
    "kwer****5678******8a8****776vx": "string"
  },
  "qq_captcha_ticket": "string",
  "qq_captcha_randstr": "string",
  "g-recaptcha-response": "string",
  "h-captcha-response": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!