Python: Delete a factor for a user

Deletes a factor on a user. This will log the user out of all active sessions if the deleted factor was verified.

Parameters

Examples

Delete a factor for a user

response = supabase.auth.admin.mfa.delete_factor(\{
  "id": "34e770dd-9ff9-416c-87fa-43b31d7ef225",
  "user_id": "a89baba7-b1b7-440f-b4bb-91026967f66b",
\})