Pular para o conteúdo principal
DELETE
/
content
/
api
/
v2
/
blog-posts
/
{blog_post_id}
Delete the blog post
curl --request DELETE \
  --url https://api.hubapi.com/content/api/v2/blog-posts/{blog_post_id}

Parâmetros de caminho

blog_post_id
integer<int64>
obrigatório

Unique identifier for a particular blog post

Resposta

204

Blog post deleted

Last modified on April 13, 2026