Sign in

Delete survey report

documented

Delete a survey report (via _method=DELETE).

DELETE /survey/{survey_id}/surveyreport/{surveyreport_id}SurveyReportsno 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.alchemer.com/v4/survey/{{$survey_id}}/surveyreport/{{$surveyreport_id}}?_method=DELETE' \
  -X POST \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{}'