メインコンテンツへスキップ
DELETE
/
content
/
api
/
v2
/
pages
/
{page_id}
Delete a page
curl --request DELETE \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}
"Returns 204 No Content letting you know if the deletion was successful"

パスパラメータ

page_id
string
必須

The unique identifier for the page

レスポンス

204 - application/json

Successfully deleted

Last modified on April 13, 2026