cURL
curl --request DELETE \ --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/standing-order/{standing_order_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-grid-environment: <x-grid-environment>' \ --data ' { "transaction_signers": [ "<string>" ] } '
{ "kms_payloads": [ { "address": "<string>", "payload": "<string>", "provider": "privy" } ], "transaction": "<string>", "transaction_signers": [ "<string>" ] }
Cancel an existing standing order
Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
Smart account address
Standing order UUID
Standing order deleted successfully
Show child attributes
privy
dynamic
passkey
turnkey
external
Was this page helpful?