Saltar al contenido principal
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

topic-id
string
requerido

Unique identifier for the particular topic to delete

Respuesta

No content - topic successfully deleted

Last modified on April 13, 2026