Skip to main content
DELETE
/
api
/
grid
/
v1
/
accounts
/
{address}
/
passkeys
/
{passkey_address}
/
transaction
Remove a passkey from a smart account
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>"
  ]
}
'

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

Your Grid API key from the Grid Dashboard

Path Parameters

address
string
required

Smart account address

passkey_address
string
required

Passkey address to remove

Query Parameters

admin
boolean

Whether this is an admin operation (default: false)

Body

application/json
transaction_signers
string[] | null

Response

Transaction created successfully