RemoveConsentProps
Properties for withdrawing previously given consent on behalf of the current user.
interface RemoveConsentProps extends BaseUserId {
consentCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
consentCode | Required | string | Code of the consent to be withdrawn. |