DELETE
/
blogs
/
v3
/
topics
/
{topic-id}
Delete blog topic
curl --request DELETE \
  --url https://api.hubapi.com/blogs/v3/topics/{topic-id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

topic-id
string
required

Unique identifier for the particular topic to delete

Response

204

No content - topic successfully deleted