Skip to main content
PUT
Disable the given mfa device for the organization

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
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

mfaDeviceType
enum<string>
required

MFA device type

Available options:
totp,
passkey,
email

Response

Successful

mfaDeviceType
enum<string>
required
Available options:
totp,
passkey,
email
enabledAt
string<date-time> | null

ISO 8601 timestamp of when this MFA method was enabled, or null if disabled

Last modified on January 21, 2026