cURL
curl --request DELETE \ --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/passkeys/{passkey_address}/transaction \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transaction_signers": [ "<string>" ] } '
Create a transaction to remove a passkey from the account
Your Grid API key from the Grid Dashboard
Smart account address
Passkey address to remove
Whether this is an admin operation (default: false)
Transaction created successfully
Was this page helpful?