Remove Delegated Signer
Remove an operational signer from a smart wallet.
API scope required: wallets.create
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<chainType>[:<walletType>][:alias:<alias>](walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>][:alias:<alias>](white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>][:alias:<alias>]twitter:<handle>:<chainType>[:<walletType>][:alias:<alias>]x:<handle>:<chainType>[:<walletType>][:alias:<alias>]me:<chainType>[:<walletType>][:alias:<alias>](Use when calling from the client side with a client API key)chainType[:<walletType>]:alias:<alias>
The locator for the signer
Query Parameters
The chain to remove the signer from. Required for EVM wallets.
abstract, abstract-testnet, apechain, arbitrum, arbitrum-sepolia, arbitrumnova, arc-testnet, avalanche, avalanche-fuji, base, base-sepolia, bsc, curtis, ethereum, ethereum-sepolia, flow, flow-testnet, mantle, mantle-sepolia, mode, mode-sepolia, optimism, optimism-sepolia, plume, plume-testnet, polygon, polygon-amoy, scroll, scroll-sepolia, sei-atlantic-2-testnet, sei-pacific-1, shape, story, story-testnet, tempo, tempo-testnet, world-chain, world-chain-sepolia, zora, zora-sepolia The recovery signer that authorizes this operation. Required when the wallet has multiple recovery signers.
Response
The delegated signer removal has been initiated.
- EVM MPC Wallet
- EVM Smart Wallet
- Stellar Smart Wallet
- Solana Smart Wallet
- Solana MPC Wallet
Complete transaction response including status, signing requirements, and wallet type specific data
The blockchain type of the wallet
aptos, evm, solana, stellar, sui ISO timestamp when the transaction was created
Unique identifier for the transaction
Transaction data specific to EVM MPC wallets
Current status of the transaction
awaiting-approval, failed, pending, success The wallet type (smart or mpc)
mpc, smart Complete approval data including requirements, pending and submitted signatures
ISO timestamp when the transaction reached finality
Error message if the transaction fails after submission
- Option 1
- Option 2
- Option 3
Transaction fee information including actual transaction fees, billed amounts, and billing status

