I am currently using postman to test the Survey Monkey API. I have the program get responses from the survey and then store them in a global variable. After everything is run, I want to run the postman a request to delete a specific response inside a collector. Survey Monkey's API docs contain a request to do this. The request is this: DELETE /collectors/{collector_id}/responses/{response_id}
The problem is I cannot for the life of me find a way to obtain the {response_id}. I can find the collector id perfectly fine. If anyone could help or provide an alternative solution it would be much appreciated.