Sign in

Delete pending survey requests

documented

Remove all pending (scheduled) survey requests for a given person.

DELETE /v1/people/{PERSON_EMAIL}/survey_requests/pending.jsonPeopleno 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_EMAIL}}/survey_requests/pending.json" \
  -X DELETE \
  -u {{DELIGHTED_API_KEY}}: \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"