CMS
English
cURL
curl --request POST \ --url https://api.hubapi.com/cms/v3/blogs/posts/{objectId}/draft/reset \ --header 'Authorization: Bearer <token>'
This response has no body data.
Discard all drafted content, resetting the draft to contain the content in the currently published version.
content
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the blog post to reset.
Was this page helpful?