curl --request DELETE \
--url https://api.hubapi.com/marketing/forms/2026-09-beta/{formId} \
--header 'Authorization: Bearer <token>'This response has no body data.固有IDを使用して、HubSpotアカウントから特定のフォームを削除します。この操作により、フォームは完全に削除され、元に戻すことはできません。この操作を実行する前に、必要な権限があることを確認してください。
curl --request DELETE \
--url https://api.hubapi.com/marketing/forms/2026-09-beta/{formId} \
--header 'Authorization: Bearer <token>'This response has no body data.