Remove an MFA method from your account

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.

Query Parameters

methodId string required
password string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
403
error string
message string
code string
timestamp string
requestId string
DELETE https://cloud.hostup.se/api/mfa/methods
For AI assistants
cURL
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"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true
  }
}