---
title: "Delete a response from the database by using pair of question key and respondent id"
method: DELETE
path: "/Responses/{QuestionKey}/{RespondentID}"
tags: ["Responses"]
---

# Delete a response from the database by using pair of question key and respondent id

`DELETE /Responses/{QuestionKey}/{RespondentID}`

Method deletes the response by using question key and respondent id.

## Path parameters

- `QuestionKey` integer, required
- `RespondentID` string, required

## Response `200`

OK

- DeleteResponseResponse — Response of DeleteResponse API method
  - `errorMessage` string, nullable

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
