Sign in

Suppress person

documented

Suppress a customer profile (prevent re-identification via the same identifiers).

POST /api/v1/customers/{identifier}/suppressPeopleno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://track.customer.io/api/v1/customers/{{$identifier}}/suppress" \
  -X POST \
  -u "{{TRACK_SITE_ID}}:{{CUSTOMER_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{}'