Skip to main content
DELETE
/
forms
/
v2
/
forms
/
{form_guid}
Delete an existing form
curl --request DELETE \
  --url https://api.hubapi.com/forms/v2/forms/{form_guid}
{
  "category": "<string>",
  "correlationId": "<string>",
  "message": "<string>",
  "subCategory": "<string>",
  "errors": [
    {
      "message": "<string>",
      "in": "<string>",
      "code": "<string>",
      "subCategory": "<string>",
      "context": {}
    }
  ],
  "context": {},
  "links": {}
}

Path Parameters

form_guid
string
required

The unique ID of the form that you're deleting.

Response

Form deleted successfully

Last modified on December 12, 2025