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

Pfadparameter

blog_post_id
integer<int64>
erforderlich

Unique identifier for a particular blog post

Antwort

204

Blog post deleted

Last modified on April 9, 2026