curl --request POST \
--url https://api.hubapi.com/crm/objects/2026-03/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archiva un lote de objetos por sus ID únicos. Esta operación mueve los objetos especificados a la papelera de reciclaje, lo que efectivamente los marca como archivados.
curl --request POST \
--url https://api.hubapi.com/crm/objects/2026-03/{objectType}/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
The access token received from the authorization server in the OAuth 2.0 flow.
El tipo de objeto.
Una matriz de objetos SimplePublicObjectId, cada uno con la ID de un objeto público. Se usa para especificar los objetos involucrados en la operación por lotes.
Show child attributes