/
/OpenAPI
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 1w ago
Forms12
  • getList form questions
  • patchUpdate a form question
  • getList form blocks
  • patchUpdate form blocks
  • getList form submissions
  • getRetrieve a form submission
  • deleteDelete a form submission
  • getRetrieve form metrics
  • getRetrieve form visits
  • getRetrieve form submission analytics
  • getRetrieve form dimensions
  • getRetrieve form drop-off
Organization5
Webhooks6
  • getRetrieve a list of forms
  • postCreate a new form
  • getRetrieve a form
  • deleteDelete a form
  • patchUpdate a form
  • getRetrieve current user information
  • getRetrieve a list of workspaces
  • postCreate a new workspace
  • getRetrieve a workspace
  • deleteDelete a workspace
  • patchUpdate a workspace
  • getList folders
  • postCreate a new folder
  • deleteDelete a folder
  • patchUpdate a folder
Forms

Delete a form submission

Deletes a specific submission from a form.

delete/forms/{formId}/submissions/{submissionId}

Path parameters

formIdstring required

The ID of the form

submissionIdstring required

The ID of the submission to delete

Response

Submission deleted successfully

Changes