Kotlin: 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

supabase.auth.admin.deleteFactor(uid = "id", factorId = "factor_id")