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 transactions for EVM chains or encodedTransactions for Solana chains.
Return
A Result containing RevokeDelegationResponse if successful, or an error if the operation fails.
Parameters
request
The revocation request containing chain, token, and delegateAddress.