curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/fees/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Arquive várias taxas por seus respectivos IDs, movendo-as efetivamente para a lixeira.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/fees/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Produtos suportados
Escopos Necessários