curl --request POST \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "my_custom_property"
}
]
}
'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/v3/properties/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "my_custom_property"
}
]
}
'This response has no body data.Produits pris en charge
Portées requises
The access token received from the authorization server in the OAuth 2.0 flow.
Le type d'objet pour lequel les propriétés sont archivées.
Show child attributes