Disable Two Step
DELETE {{URL}}/v1/settings/account/two-step
To disable two-factor verification, make a
DELETE
call to the
/v1/settings/account/two-step
endpoint. If you forget or misplace your PIN, you can disable two-factor verification, and then enable it again with a new PIN.
A successful request returns the HTTP Status Code
200 OK
and either
null
or
{}
. If you encounter any errors, see
Error and Status Messages
.
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | |
RESPONSES
status: OK
{"meta":{"api_status":"stable","version":"v2.45.1"}}