Saltar al contenido principal
DELETE
/
webhooks-journal
/
subscriptions
/
2026-03
/
portals
/
{portalId}
Eliminar suscripción
curl --request DELETE \
  --url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/portals/{portalId} \
  --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

portalId
integer<int64>
requerido

El identificador único del portal cuya suscripción de registro de webhook se eliminará.

Respuesta

Last modified on May 11, 2026