Delete survey report
Delete a survey report.
Endpoint
DELETE
https://api.alchemer.com/v5/survey/{{survey_id}}/surveyreport/{{report_id}}
Path Parameters
survey_id
integer
required
The ID of the survey.
report_id
integer
required
The ID of the report to delete.
Response
result_ok
boolean
Indicates if the deletion was successful.
Example
Request
curl -X DELETE "https://api.alchemer.com/v5/survey/123456/surveyreport/1?api_token=YOUR_TOKEN&api_token_secret=YOUR_SECRET"
Response
{
"result_ok": true
}