Zum Hauptinhalt springen
DELETE
/
crm-object-schemas
/
v3
/
schemas
/
{objectType}
/
associations
/
{associationIdentifier}
Löschen Sie eine bestehende Zuordnung für einen bestimmten Objekttyp.
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.

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Enterprise
Sales HubSales Hub -Enterprise
Service HubService Hub -Enterprise
Content HubContent Hub -Enterprise

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

associationIdentifier
string
erforderlich

Eindeutige ID der zu entfernenden Zuordnung.

objectType
string
erforderlich

Vollständig qualifizierter Name oder Objekttyp-ID Ihres Schemas.

Antwort

Last modified on March 24, 2026