curl --request DELETE \
--url https://api.hubapi.com/blogs/v3/topics/{topic-id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"correlationId": "<string>",
"category": "<string>",
"links": {}
}Marks a blog topic as deleted.
curl --request DELETE \
--url https://api.hubapi.com/blogs/v3/topics/{topic-id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"correlationId": "<string>",
"category": "<string>",
"links": {}
}Was this page helpful?