Saltar al contenido principal
DELETE
/
marketing
/
v3
/
marketing-events
/
associations
/
{marketingEventId}
/
lists
/
{listId}
Desasociar una lista de un evento de marketing
curl --request DELETE \
  --url https://api.hubapi.com/marketing/v3/marketing-events/associations/{marketingEventId}/lists/{listId} \
  --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

listId
string
requerido

El ID de ILS de la lista.

marketingEventId
string
requerido

El id interno del evento de marketing en HubSpot.

Respuesta

Last modified on April 13, 2026