Zum Hauptinhalt springen
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>'
{
  "message": "<string>",
  "correlationId": "<string>",
  "category": "<string>",
  "links": {}
}

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

topic-id
string
erforderlich

Unique identifier for the particular topic to delete

Antwort

No content - topic successfully deleted

Last modified on April 9, 2026