curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/communications/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Elimina un lote de mensajes por ID. Un mensaje eliminado puede restaurarse en un plazo de 90 días desde su eliminación. Más información sobre restauración de registros de actividad.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/communications/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes