Skip to content

ResetCustomerOTP

Endpoint

DELETE /customer/auth/otp

Description

Disables customer OTP after verifying the current code.

Authorization

Requires SESSION_CUSTOMER token.

Request

{
  "code": "123456"
}

Response

{
  "otp_enabled": 0
}