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

# Delete a form

`DELETE /api/forms/{formId}`

Deletes a form and all its definitions and submissions.

## Path parameters

- `formId` integer, required

## Response `200`

Success

- string

## Other responses

- `400` — Invalid input data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Form not found.

---

[API](https://skmtc.net/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.net/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/versions/849553bde436/schema)
