Right to erasure (right to be forgotten)

Its purpose is to disable the right to erasure form your modal, its default value is true.

To use the Web SDK please install the snippet first.

It can be set by using:

getComplied.rightToBeForgotten = false;

If you need to hide the functionality but still access it by commands (requires rightToBeForgotten enabled):

getComplied.rightToBeForgottenVisible = false;

Last updated