curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/tasks/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Para archivar un lote de tareas por sus ID, muévelas a la papelera de reciclaje. Esta operación requiere que se proporcione una lista de los ID de las tareas en el cuerpo de la solicitud.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/tasks/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Productos compatibles
Ámbitos Requeridos