PelekaPeleka Developers
API ReferenceAudienceContacts

Erase a contact's PII to fulfill a GDPR/CCPA data-erasure request

POST
/api/v1/contacts/{id}/gdpr-erase
X-API-Key<token>

In: header

Path Parameters

id*string

Contact UUID

Response Body

application/json

curl -X POST "https://example.com/api/v1/contacts/string/gdpr-erase"
{  "success": true}