Submissions
Delete Submission
Requires forms-write
.
DELETE
Delete Submission
Remove a single submission from a form.
Authentication & Scope
Requires the forms-write
ability.
Request
Path Parameters
Parameter | Type | Description |
---|---|---|
id | number | Numeric ID of the parent form. |
submission_id | number | Numeric ID of the submission to permanently delete. |
Response
200 OK
– Returns a confirmation message.
403 Forbidden
– The token lacks forms-write
or you don’t have permission.
Authorizations
Personal Access Token
Path Parameters
The ID of the form.
The ID of the submission to delete.
Response
200
application/json
Successful
The response is of type object
.