Remove a Multi-Factor Authentication method, such as an app or SMS, from your account. After the method is removed, an ID is returned that can be used to track the removal.
methodId string required password string required Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/mfa/methods curl -X DELETE "https://cloud.hostup.se/api/mfa/methods?methodId=string&password=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true
}
}