Deactivate MFA
POST /oauth/mfa/deactivation/request
Basic Authorization (retrieve credentials from OAuth Application)
- Username: OAuth Client ID
- Password: OAuth Client Secret
- HTTP header:
Authorization: Basic base64(client_id:client_secret)
Headers
Content-Type: application/json
Request Body
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| mfa_token | string | Mandatory | MFA token generated after validating ROPC credentials |
Expected HTTP status code
- 200 OK
Error
| Code | error | error_description |
|---|---|---|
400 | invalid_grant | Invalid Mfa token |