Skip to main content
DELETE
Delete Submission

Delete Submission

Remove a single submission from a form.

Authentication & Scope

Requires the forms-write ability.

Request

Path Parameters

Response

200 OK – Returns a confirmation message.
403 Forbidden – The token lacks forms-write or you don’t have permission.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

id
number
required

The ID of the form.

submission_id
number
required

The ID of the submission to delete.

Response

Successful

message
string
Example:

"Record successfully removed."