Delete Submission
Remove a single submission from a form.Authentication & Scope
Requires theforms-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
Successful
Example:
"Record successfully removed."