Saltar al contenido 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"

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de ruta

page_id
string
requerido

The unique identifier for the page

Respuesta

204 - application/json

Successfully deleted

Last modified on April 13, 2026