Remove Signer
Endpoints
Remove Signer
Removes a signer from a Smart Account
POST
Remove Signer
Documentation Index
Fetch the complete documentation index at: https://developers.squads.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Headers
Specifies which Solana network to use. Defaults to 'mainnet' if not provided. Valid values are 'devnet' or 'mainnet'.
Available options:
devnet, mainnet Body
application/json
The address of the Smart Account
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$The address of the signer to remove
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$List of addresses that will sign this transaction
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$