Alokai

RemoveConsentProps

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

interface RemoveConsentProps extends BaseUserId {
	consentCode: string;
}

Properties

NameRequiredTypeDescription
consentCodeRequiredstringCode of the consent to be withdrawn.

Referenced Types

On this page