curl --request DELETE \
--url https://api.hubapi.com/crm-object-schemas/v3/schemas/{objectType}/associations/{associationIdentifier} \
--header 'Authorization: Bearer <token>'This response has no body data.Removes an existing association from a schema.
curl --request DELETE \
--url https://api.hubapi.com/crm-object-schemas/v3/schemas/{objectType}/associations/{associationIdentifier} \
--header 'Authorization: Bearer <token>'This response has no body data.The access token received from the authorization server in the OAuth 2.0 flow.
Identifiant unique de l'association à supprimer.
Nom complet ou identifiant de type d'objet de votre schéma.