Skip to content

Delete response by ID endpoint

DELETE
/v1/responses/{response_id}
curl --request DELETE \
--url https://example.com/v1/responses/example
response_id
required
string

The ID of the response to delete

Response deleted