v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Delete token

Delete or expire token generated by MFA OTP or password validation APIs.

delete/auth/v1/mfa/token/expire

Request body

brandstring required

Brand or organisation for which the token is generated.

deviceIdstring required

Unique ID of the device that generated the MFA token.

tokenstring required

Token generated by mfa/otp/validateor/mfa/password/validate.

identifierType'MOBILE' | 'EMAIL' | 'USERNAME' | 'EXTERNALID' required

Type of identifier to identify the customer.

identifierValuestring required

Value of the identifier.

Response

200

Example response

{
  "status": {
    "success": true,
    "code": 200,
    "message": "Token expired successfully"
  }
}