Skip to main content
DELETE
Remove Recovery Method

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

walletLocator
string
required

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>
signer
string
required

The locator for the signer

Query Parameters

chain
enum<string>

The chain to remove the recovery method from. Required for EVM wallets.

Available options:
abstract,
abstract-testnet,
apechain,
arbitrum,
arbitrum-sepolia,
arbitrumnova,
arc,
arc-testnet,
avalanche,
avalanche-fuji,
base,
base-sepolia,
bsc,
celo,
celo-sepolia,
curtis,
ethereum,
ethereum-sepolia,
flow,
flow-testnet,
mantle,
mantle-sepolia,
optimism,
optimism-sepolia,
polygon,
polygon-amoy,
robinhood-chain,
robinhood-chain-testnet,
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
approver
string
required

The recovery method that authorizes this operation.

Response

200 - application/json

The recovery method transaction has been created.

Complete transaction response including status, signing requirements, and wallet type specific data

chainType
enum<string>
required

The blockchain type of the wallet

Available options:
aptos,
evm,
solana,
stellar,
sui
createdAt
required

ISO timestamp when the transaction was created

id
string
required

Unique identifier for the transaction

onChain
EVM MPC wallet transaction data · object
required

Transaction data specific to EVM MPC wallets

params
object
required
status
enum<string>
required

Current status of the transaction

Available options:
awaiting-approval,
failed,
pending,
success
walletType
enum<string>
required

The wallet type (smart or mpc)

Available options:
mpc,
smart
approvals
object

Complete approval data including requirements, pending and submitted signatures

completedAt

ISO timestamp when the transaction reached finality

error
object

Error message if the transaction fails after submission

fees
object

Transaction fee information including actual transaction fees, billed amounts, and billing status

sendParams
object