remove_proxy: TxDescriptor<
    {
        delay: number;
        delegate: MultiAddress;
        proxy_type: Enum<
            { Any: undefined; BazaarEdit: undefined; NonTransfer: undefined },
        >;
    },
>

Unregister a proxy account for the sender.

The dispatch origin for this call must be Signed.

Parameters:

  • proxy: The account that the caller would like to remove as a proxy.
  • proxy_type: The permissions currently enabled for the removed proxy account.