Sign in

Delete person

documented

Delete a customer profile and all associated data.

DELETE /api/v1/customers/{identifier}Peopleno 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}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{TRACK_API_CREDENTIALS}}"
Delete person · Customer.io · OpenIntegrations