Skip to main content
POST
/
v1
/
public
/
buyers
/
me
/
erasure
Request LGPD Art. 18 erasure of this buyer’s PII
curl --request POST \
  --url https://api.example.com/v1/public/buyers/me/erasure \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

200

Erasure request accepted (idempotent)