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

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

  • February 10, 2021
  • 1 reply
  • 292 views

Ricmarug
Level 5 ●●●●●
Forum|alt.badge.img+16
  • Level 5 ●●●●●
  • 61 replies

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!

Best answer by kpaddock

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.

View original

1 reply

kpaddock
Level 1 ●
Forum|alt.badge.img+1
  • Level 1 ●
  • 13 replies
  • Answer
  • February 21, 2021

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