---
title: "Delete form"
method: DELETE
path: "/api/reach/v1/profiles/{profileUuid}/forms/{formUuid}"
tags: ["Reach: Forms"]
---

# Delete form

`DELETE /api/reach/v1/profiles/{profileUuid}/forms/{formUuid}`

Permanently delete a form together with its template.

A form that has already captured submissions cannot be deleted, so that the contacts it collected
are never silently discarded - pause the form instead to stop it collecting new ones. Views alone
do not block deletion.

## Path parameters

- `profileUuid` string, required
- `formUuid` string, required

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `409` — Error response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/30deeb9d1e3b/schema)
