Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.hubapi.com/crm/v4/associations/{fromObjectType}/{toObjectType}/batch/labels/archive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "inputs": [ { "from": { "id": "<string>" }, "to": { "id": "<string>" }, "types": [ { "associationTypeId": 123 } ] } ] } '
This response has no body data.
オブジェクトの特定のレコードの関連付けラベルをバッチ削除します。ラベルなしの関連付けを削除すると、それらの2つのオブジェクト間の全てのラベル付きの関連付けも削除されます
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes