delete_auth_descriptor

@mount("ft4.delete_auth_descriptor") operation delete_auth_descriptor(auth_descriptor_id: byte_array)(source)

Deletes the auth descriptor with the specified id.

Must be signed by an auth descriptor with accounts.auth_flags.ACCOUNT.

If the auth descriptor to delete is the same that is authorizing the operation, the account flag restriction is removed.

Note: Deleting an auth descriptor using this operation will delete the auth descriptor from every account it is associated with.

If the provided auth descriptor happens to be the main auth descriptor of any account, this operation will fail.

Parameters

auth_descriptor_id

the id of the auth descriptor to delete