CMS
English
cURL
curl --request DELETE \ --url https://api.hubapi.com/cms/v3/blogs/posts/{objectId} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Delete a blog post by ID.
content
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the blog post to delete.
Whether to return only results that have been deleted.
Was this page helpful?