PUT
/
organizations
/
{organizationId}
/
mfaSettings
/
{mfaDeviceType}
/
disable
curl --request PUT \
  --url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings/{mfaDeviceType}/disable \
  --header 'Authorization: Bearer <token>'
{
  "enabledAt": "2023-11-07T05:31:56Z",
  "mfaDeviceType": "totp"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
mfaDeviceType
enum<string>
required

MFA device type

Available options:
totp,
passkey

Response

200
application/json
Successful
mfaDeviceType
enum<string>
required
Available options:
totp,
passkey
enabledAt
string | null