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
Your Grid API key from the Grid Dashboard
Smart account address
Spending limit address
Spending limit deleted successfully
Show child attributes
Was this page helpful?