Skip to main content
DELETE
/
forms
/
{formId}
Delete a form
curl --request DELETE \
  --url https://app.formbox.app/api/v1/forms/{formId} \
  --header 'api-key: <api-key>'
{
  "formId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.formbox.app/llms.txt

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

Headers

api-key
string
required

The API key.

Path Parameters

formId
string
required

The unique ID of the form.

Response

A specific form.

formId
string
required

The unique ID of the form that was deleted.

Last modified on January 7, 2026