Last updated 9 months ago
Marks a survey as being closed by the survey taker.
The survey submission's unique ID.
Successful response.
"{}"
const response = await fetch('https://survey.pulseinsights.com/submissions/{submission_udid}/close?identifier=PI-1234567890', { method: 'GET', headers: {}, }); const data = await response.json();
{}