Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

RemoveConsentProps

Properties for withdrawing previously given consent on behalf of the current user.

export interface RemoveConsentProps extends BaseUserId {
	consentCode: string;
}

Properties

NameRequiredTypeDescription
consentCodeRequiredstringCode of the consent to be withdrawn.

Referenced Types

On this page