Skip to main content
DELETE
Delete a form submission

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

formId
string
required

The ID of the form

submissionId
string
required

The ID of the submission to delete

Response

Submission deleted successfully