curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/0-3/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archivar múltiples negocios utilizando sus ID.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/0-3/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