curl --request DELETE \
--url https://api.hubapi.com/crm/v3/objects/partner_clients/{partnerClientId}/associations/{toObjectType}/{toObjectId}/{associationType} \
--header 'Authorization: Bearer <token>'This response has no body data.Supprimez une association existante entre un client partenaire et un autre objet en spécifiant le type d’objet, l’ID d’objet et le type d’association.
curl --request DELETE \
--url https://api.hubapi.com/crm/v3/objects/partner_clients/{partnerClientId}/associations/{toObjectType}/{toObjectId}/{associationType} \
--header 'Authorization: Bearer <token>'This response has no body data.Produits pris en charge
Portées requises
The access token received from the authorization server in the OAuth 2.0 flow.
Le type d'association à supprimer.
.+L'identifiant unique de l'objet dont l'association avec le client partenaire doit être supprimée.
Le type d'objet dont l'association avec le client partenaire doit être supprimée.