Alokai

SapccApiRemoveConsentRequest

Request parameters for removeConsent operation in SapccApi. SapccApiRemoveConsentRequest

interface SapccApiRemoveConsentRequest {
	readonly baseSiteId: string;
	readonly consentCode: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiRemoveConsent
consentCodeRequiredstringConsent code. {string} SapccApiRemoveConsent
userIdRequiredstringUser identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiRemoveConsent

On this page