Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

Delete support customer

DELETE/workspaces/{organizationId}/support/customers/{customerId}
Path parameters
organizationIdstringrequired
customerIdstringrequired
Responses
200

Customer PII scrubbed — email/name/phone/externalId anonymized, widget sessions removed. Ticket history is kept.

anonymizedbooleanrequired
sessionsRemovednumberrequired
404

Customer not found

Try it
Server
Parameters
Request
curl -X DELETE '/workspaces/string/support/customers/string'
Response
{
  "anonymized": true,
  "sessionsRemoved": 0
}