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"

Path Parameters

page_id
string
required

The unique identifier for the page

Response

204 - application/json

Successfully deleted

The response is of type any.