Saltar al contenido principal
DELETE
/
cms
/
blogs
/
2026-03
/
authors
/
{objectId}
Delete a Blog Author
curl --request DELETE \
  --url https://api.hubapi.com/cms/blogs/2026-03/authors/{objectId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

objectId
string
requerido

The Blog Author id.

Parámetros de consulta

archived
boolean

Whether to return only results that have been archived.

Respuesta

Última modificación el 13 de abril de 2026