How can I delete several responses with API from a survey? | XM Community
Solved

How can I delete several responses with API from a survey?

  • 10 February 2021
  • 1 reply
  • 166 views

Userlevel 4
Badge +16

Hello everyone!

I have this question because we would like to delete about 5000 responses daily. But in the documentation I can only find the process to delete A response: https://api.qualtrics.com/api-reference/reference/singleResponses.json/paths/~1surveys~1%7BsurveyId%7D~1responses~1%7BresponseId%7D/delete

How could this process be modified so we can delete several responses per day?
Thanks!

icon

Best answer by kpaddock 21 February 2021, 18:11

View original

1 reply

Badge +1

As far as I know, it's not possible since it's not in the API. What you could try doing is collecting the 5000 responses to delete into a list and then loop through each one, deleting each one. May take a while, but it's an option.

Leave a Reply