curl --request DELETE \
--url https://api.hubapi.com/crm/v3/objects/partner_services/{partnerServiceId}/associations/{toObjectType}/{toObjectId}/{associationType} \
--header 'Authorization: Bearer <token>'This response has no body data.Entfernen Sie eine vorhandene Zuordnung zwischen einem Partner-Service und einem anderen angegebenen Objekt.
curl --request DELETE \
--url https://api.hubapi.com/crm/v3/objects/partner_services/{partnerServiceId}/associations/{toObjectType}/{toObjectId}/{associationType} \
--header 'Authorization: Bearer <token>'This response has no body data.Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
Der Typ der Zuordnung, die zwischen dem Partner-Service und dem angegebenen Objekt entfernt werden soll.
.+Die ID des Objekts, von dem die Zuordnung entfernt wird.
Der Typ des Objekts, aus dem die Zuordnung entfernt wird.