Sign in

Delete device

documented

Remove a device from a customer profile.

DELETE /api/v1/customers/{identifier}/devices/{device_id}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}}/devices/{{$device_id}}" \
  -X DELETE \
  -u "{{$site_id}}:{{CUSTOMER_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete device · Customer.io · OpenIntegrations