Zum Hauptinhalt springen
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"

Pfadparameter

page_id
string
erforderlich

The unique identifier for the page

Antwort

204 - application/json

Successfully deleted

Last modified on April 9, 2026