revoke
Revokes a delegation for a specified token on a given chain.
Creates revocation transactions that remove a delegate's ability to transfer tokens on behalf of the owner. Returns unsigned transactions that must be signed sequentially.
For EVM chains: Returns RevokeDelegationResponse.transactions
For Solana chains: Returns RevokeDelegationResponse.encodedTransactions
Return
A Result containing RevokeDelegationResponse if successful, or an error if the operation fails.
Parameters
request
The revocation request containing chain, token, and delegateAddress.