Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function useRevokeDelegation(): UseRevokeDelegationReturnType;
Hook that provides a function to revoke all active delegations for the current end user.

Returns

UseRevokeDelegationReturnType An object containing the revokeDelegation function.

Example

const { revokeDelegation } = useRevokeDelegation();
await revokeDelegation();