delete_all_auth_descriptors_except_main

@mount("ft4.delete_all_auth_descriptors_except_main") operation delete_all_auth_descriptors_except_main()(source)

This operation does what it says on the label, it removes all the auth descriptors that is associated with an account except for the main one.

This function can be called only by the main auth descriptor, which is also supposed to have the accounts.auth_flags.ACCOUNT.

Note: Deleting auth descriptors using this operation will delete the auth descriptors from every account they are associated with.