Pular para o conteúdo principal
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"

Parâmetros de caminho

page_id
string
obrigatório

The unique identifier for the page

Resposta

204 - application/json

Successfully deleted

Last modified on April 13, 2026