Delete person
documentedDelete a customer profile and all associated data.
DELETE /api/v1/customers/{identifier}Peopleno implementation yet0 runsNo 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}}"