ExpireSurveyResponse marks an in-progress response as expired.
POST/api/v1/surveys/responses/:responseId/expire
Called by timeout workers or channel handlers when the participant does not respond within the configured window (e.g. SMS reply timeout, IVR silence timeout).
Parameters
- response_id: Required, response ID (> 0).
Request
Responses
- 200
- default
A successful response.
An unexpected error response.