Delete a Blog Post
DELETE {{baseUrl}}/cms/v3/blogs/posts/:objectId?archived=<boolean>
Delete the Blog Post object identified by the id in the path.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Whether to return only results that have been archived. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |