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
| Name | Required | Type | Description |
|---|---|---|---|
consentCode | Required | string | Code of the consent to be withdrawn. |