/
/Heffl API v2 (Beta)
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Clients5
Deals5
Invoices1
Leads5
Objects31
  • getList form fields
  • postAdd a form field
  • getList form submissions
  • postCreate a form submission
  • getList companies
  • postCreate company
  • getList contacts
  • postCreate contact
  • getList forms
  • postCreate form
  • getList projects
  • postCreate project
  • getList quotations
  • postCreate quotation
  • deleteDelete a company
  • patchUpdate a company
  • deleteDelete a contact
  • patchUpdate a contact
  • getGet a form
  • deleteDelete a form
  • patchUpdate a form
  • deleteDelete a form field
  • patchUpdate a form field
  • getGet a form submission
  • deleteDelete a form submission
  • getGet a project
  • deleteDelete a project
  • patchUpdate a project
  • getGet a quotation
  • deleteDelete a quotation
  • patchUpdate a quotation
Reference Data32
Tasks5
Users1
Webhooks4
    Objects

    Delete a form

    Permanently deletes a form and all of its submissions. Returns the form ID and deleted: true.

    delete/forms/{id}

    Path parameters

    idstring required

    Form ID (frm_ prefix)

    Response

    OK

    idstring required

    Form ID (frm_ prefix)

    deletedboolean required

    Whether the form was deleted

    Changes