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 revokeDelegation(options?: RevokeDelegationOptions): Promise<void>;
Revokes all active delegations for the current end user. This operation can be performed by the end user themselves or by a developer using their API key.

Parameters

ParameterTypeDescription
options?RevokeDelegationOptionsOptional options for revoking the delegation.

Returns

Promise<void> A promise that resolves when all active delegations have been revoked.

Throws

Error if the user is not signed in.