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.Supprime plusieurs événements marketing du portail en fonction de leur ID d’objet, s’ils existent.
Réponses : 204 : Renvoyé si tous les événements marketing spécifiés ont été supprimés avec succès. 207 : Renvoyé si certains ID d’objet ne correspondent à aucun événement marketing existant.
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.Produits pris en charge
Portées requises