DELETEADITUS/Survey/Surveys/Delete response

Delete response

DELETE{{API_BASE_URL}}/survey/v1/surveys/:survey/responses/:response

This endpoint is used to delete a specific response for a survey.

Request

  • survey(string): The survey ID

  • response (string): The response ID

Response

  • success (boolean): Indicates whether the deletion was successful.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKDelete response