メインコンテンツへスキップ
POST
/
crm
/
associations
/
2026-03
/
{fromObjectType}
/
{toObjectType}
/
batch
/
archive
関連付けを削除
curl --request POST \
  --url https://api.hubapi.com/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/archive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    {
      "from": {
        "id": "<string>"
      },
      "to": [
        {
          "id": "<string>"
        }
      ]
    }
  ]
}
'
This response has no body data.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

fromObjectType
string
必須

バッチ関連付け削除のソースオブジェクトのタイプを指定します。

toObjectType
string
必須

バッチ関連付け削除のターゲットオブジェクトのタイプを指定します。

ボディ

application/json
inputs
object[]
必須

レスポンス

Last modified on April 13, 2026