Skip to main content
DELETE
/
sdk
/
{environmentId}
/
users
/
mfa
/
{mfaDeviceId}
Delete a device (if not default device)
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/mfa/{mfaDeviceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-mfa-auth-token: <x-mfa-auth-token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Headers

x-mfa-auth-token
string
required

Path Parameters

environmentId
string
required
Required string length: 36
Example:
mfaDeviceId
string
required
Required string length: 36
Example:

Response