record_objection
Log a subject's GDPR Art. 21 objection; thereafter all reads and searches suppress their records until the objection is resolved.
Instructions
GDPR Art. 21: record the subject's objection and stop serving their records. From this call on,
every read that searches or lists the store withholds every record whose source resolves to subject,
including later writes, until the objection is resolved: recall and its variants, memory_index,
verify_claim and check_conflict, and why_recalled explains such a record without quoting it. Every
server on this store honours it from its next call. get(id) still returns a record by its exact id,
and the records stay exportable under Art. 15 (export_subject); erasure is forget_subject. ground is
own_situation (21(1)) or direct_marketing (21(2), never overridable); scope is all or profiling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | ||
| scope | No | all | |
| ground | Yes | ||
| subject | Yes | ||
| request_id | No | ||
| allow_ambiguous | No |