curl --request POST \
--url https://api.hubapi.com/crm/properties/2026-03/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.Archiver une liste de propriétés fournie. Cette méthode renverra une réponse « 204 No Content » en cas de succès, quel que soit l’état initial de la propriété (par exemple, active, déjà archivée, inexistante).
curl --request POST \
--url https://api.hubapi.com/crm/properties/2026-03/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.