Caution
If a response is deleted via the API, it is permanently erased from Moaform servers, making it impossible to view within the Moaform service or to recover it.
Permanently deletes a specific response (response_id
) of a specific form (form_id
).
[DELETE] https://api.moaform.com/v1/forms/{form_id}/responses/{response_id}
REQUEST
Path Parameters
Key | Description |
---|---|
form_id | Required. Unique ID of the form |
response_id | Reauired. Unique ID of the response |
RESPONSE
Status 204 No content
on successful deletion.