# Delete a form

Deletes a form. Its fields and its submissions go with it.
A form that one of the account's settings points at cannot be deleted - the
registration form, the shift application form and the rest. Clear the setting
first, or archive the form instead with `is_archived`.

Endpoint: DELETE /api/v2/form/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `id` (integer, required)
    The ID of the form.

## Header parameters:

  - `Rosterfy-Platform` (string)

## Response 422 fields (application/json):

  - `message` (string)

