DELETE
/
forms
/
{formId}
curl --request DELETE \
  --url https://app.formbox.app/api/v1/forms/{formId} \
  --header 'api-key: <api-key>'
{
  "formId": "<string>"
}

Headers

api-key
string
required

The API key.

Path Parameters

formId
string
required

The unique ID of the form to delete.

Response

200
application/json
A specific form.
formId
string
required

The unique ID of the form that was deleted.