Requires forms-write
.
Remove a single submission from a form.
Requires the forms-write
ability.
Parameter | Type | Description |
---|---|---|
id | number | Numeric ID of the parent form. |
submission_id | number | Numeric ID of the submission to permanently delete. |
200 OK
– Returns a confirmation message.
403 Forbidden
– The token lacks forms-write
or you don’t have permission.
Personal Access Token
The ID of the form.
The ID of the submission to delete.
Successful
The response is of type object
.