Skip to content

GDPR Art. 21 — Right to object

POST
/api/v1/export/object

Records an objection to a specific data processing activity and halts that processing for the authenticated tenant. Objection flags are stored in tenant settings.

Authorizations

Request Body required

Request body for POST /export/object (GDPR Art. 21).

Attributes: objection_type: The specific processing activity being objected to. reason: Human-readable justification for the objection.

object
objection_type
required

Type of processing to object to: ‘direct_marketing’, ‘profiling’, or ‘automated_decision’

string
reason
required

Reason for the objection

string

Responses

200

Successful Response

Response body for POST /export/object (GDPR Art. 21).

Attributes: request_id: Unique identifier for this objection record (audit trail). objection_type: The processing activity now halted. status: ‘accepted’. message: Human-readable description.

object
message
required
string
objection_type
required
string
request_id
required
string format: uuid
status
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string