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}

Authorizations

hapikey
string
query
required

Path Parameters

blog_post_id
integer
required

Unique identifier for a particular blog post

Response

204

Blog post deleted