Delete Form
Soft-deletes a form from a company instance, addressed by its stable
FM-XXXX number (the value returned by the Upload Form Template and Upload
Static Form endpoints). Works for both DOCX templates and static PDF forms.
Every version of the form is soft-deleted, so it stops appearing in the app’s form library. Forms that were already generated from it keep working — they resolve the specific version they were bound to.
Forms-logic rules are configuration and are not touched by this call.
If the live field-model configuration still contains a rule referencing the
form’s number, deletion is rejected with 409. Remove the forms-logic rule
from the configuration and then retry the delete.
Required permission: forms:delete
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
The form template's stable FM-XXXX number (as returned by the Upload Form
Template endpoint). It identifies the template across all of its versions and
is the same value forms-logic rules reference.
