cURL
curl --request DELETE \ --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/spending-limit/{spending_limit_address} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transaction_signers": [ "<string>" ] } '
{ "kms_payloads": [ { "address": "<string>", "payload": "<string>", "provider": "privy" } ], "transaction": "<string>", "transaction_signers": [ "<string>" ] }
Delete an existing spending limit from a smart account
Your Grid API key from the Grid Dashboard
Smart account address
Spending limit address
Spending limit deleted successfully
Show child attributes
privy
dynamic
passkey
turnkey
external
Was this page helpful?