Sign in

Delete person

documented

Delete a person and all information related to them (surveys, responses, properties, Autopilot membership, etc.).

DELETE /v1/people/{PERSON_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://api.delighted.com/v1/people/{{$person_identifier}}" \
  -X DELETE \
  -u "{{DELIGHTED_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete person · Delighted · OpenIntegrations