Skip to main content
DELETE
/
forms
/
{id}
Archive a form
curl --request DELETE \
  --url https://formitto.com/v1/forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.formitto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A Formitto API key created in the dashboard (Settings → API keys). Pass it as Authorization: Bearer fmt_live_....

Path Parameters

id
integer
required

The resource id.

Response

The form was archived.