Skip to main content
DELETE
/
api
/
v1
/
forms
/
{token}
Delete a form
curl --request DELETE \
  --url https://formhug.ai/api/v1/forms/{token} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true,
    "token": "KaB2c1"
  }
}

Documentation Index

Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.

Path Parameters

token
string
required

Form token

Response

Deleted

data
object
required
Last modified on May 21, 2026