Delete MFA device from user
- Print
- PDF
Delete MFA device from user
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete an MFA device a user owns.
Request
- DELETE /users/{userId}/mfa-devices
Request path
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
userId | Y | String | User ID |
Response
Response body
{
"success" : "Boolean",
"message": "String"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
success | Boolean | Success status | |
message | String | Error message upon failure |
Error
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9112 | The MFA device doesn't exist |
Was this article helpful?