Home > @vsf-enterprise/sapcc-api > Endpoints > removeConsent
Endpoints.removeConsent() method
Remove consent
Signature:
removeConsent(context: SapccIntegrationContext, props: RemoveConsentProps): Promise<ConsentTemplate>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | RemoveConsentProps | An object containing necessary props for removing consent. |
Returns:
Promise<ConsentTemplate>