Form submissions
Delete a form submission
Deletes a specific submission from a form.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the form
The ID of the submission to delete
Response
204
_mintlify/placeholder
Submission deleted successfully