curl --request POST \
--url https://api.hubapi.com/marketing/v3/marketing-events/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"objectId": "<string>"
}
]
}
'This response has no body data.Elimina múltiples eventos de marketing del portal con base en sus objectId, si existen
Respuestas 204: Se devuelve si todos los eventos de marketing especificados se borraron correctamente. 207: Se devuelve si algunos objectIds no corresponden a ninguno de los eventos de marketing existentes.
curl --request POST \
--url https://api.hubapi.com/marketing/v3/marketing-events/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"objectId": "<string>"
}
]
}
'This response has no body data.Productos compatibles
Ámbitos Requeridos