Redact data for subscribers on an account attached to a particular phone number. Subscribers are customers (people) that belong to channels.
Response format | JSON |
---|---|
Requires authentication? | Yes |
subscriber_phone required | The customer's phone number. |
---|---|
notify_email optional | An array of email addresses to notify on completion of the data redaction. |
curl -X POST \
-u '[SID]:[TOKEN]' \
-H 'Content-Type: application/json' \
'https://api.essential.to/v2/account/redact/subscriber' \
-d '{"subscriber_phone":"15009998080", "notify_email":["noreply@example.com"]}'
# Sample response
202 Accepted
-- no content --
Python coming soon.
Node coming soon.