CRM
Deutsch
cURL
curl --request POST \ --url https://api.hubapi.com/crm/v3/objects/companies/batch/archive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "inputs": [ { "id": "<string>" } ] }'
This response has no body data.
IDを基準に会社レコードを一括削除します。削除した会社レコードは削除から90日以内であれば復元できます。[レコードの復元](https://knowledge.hubspot.com/records/restore-deleted-records)についてもっと詳しく。
crm.objects.companies.write
The access token received from the authorization server in the OAuth 2.0 flow.