Two-factor authentication
Disable two-factor authentication
POST
/api/2fa/disableDisables two-factor authentication for the current user after verifying their password and authenticator code. Rejected when an administrator or team requires it.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Request body
| Name | Type | Description |
|---|---|---|
| passwordrequired | string | Password used to authenticate the account. |
| tokenrequired | string |
Example request
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| anyOf | anyOf | |
200 example
400Bad request.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
400 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
403Forbidden.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
403 example
404Not found.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
404 example
429The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
429 example
503Service unavailable.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
503 example
Code samples
cURL