Passer au contenu principal
DELETE
/
crm
/
objects
/
2026-03
/
{objectType}
/
{objectId}
/
associations
/
{toObjectType}
/
{toObjectId}
Supprimer les associations entre deux fiches d'informations
curl --request DELETE \
  --url https://api.hubapi.com/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

objectId
string
requis

Identifiant unique de l'objet source dans l'association à supprimer.

objectType
string
requis

Spécifie le type de l'objet source dans l'association à supprimer.

toObjectId
string
requis

Identifiant unique de l'objet cible dans l'association à supprimer.

toObjectType
string
requis

Spécifie le type de l'objet cible dans l'association à supprimer.

Réponse

Last modified on April 13, 2026