Zum Hauptinhalt springen
DELETE
/
media-bridge
/
v1
/
{appId}
/
schemas
/
{objectType}
/
associations
/
{associationId}
Delete an association definition
curl --request DELETE \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/schemas/{objectType}/associations/{associationId}?hapikey='
This response has no body data.

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

associationId
string
erforderlich

The ID of the association definition to be deleted.

objectType
string
erforderlich

The object type for the definition that you want to delete.

Antwort

Last modified on April 9, 2026