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.
Supported products
Required Scopes
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?