---
title: "Delete a form"
method: DELETE
path: "/forms/{formId}"
---

# Delete a form

`DELETE /forms/{formId}`

Deletes a form by its ID and moves it to the trash.

## Path parameters

- `formId` string, required

## Response `204`

Form successfully deleted

## Other responses

- `401` — Unauthorized
- `404` — Form not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
