---
title: "Delete form"
method: DELETE
path: "/forms/{formId}"
tags: ["Forms"]
---

# Delete form

`DELETE /forms/{formId}`

Permanently deletes a form and all associated data. This action cannot be undone. Requires MANAGE permission.

## Response `204`

Form deleted successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/3fcd68b489c2/schema)
