curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/calls/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.IDを基準にコールをバッチアーカイブします。削除したコールは削除から90日以内であれば復元できますが、コールのレコーディングは完全に削除されます。[アクティビティーレコードの復元](https://knowledge.hubspot.com/records/restore-deleted-activity-in-a-record)についてもっと詳しく。
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/calls/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.