Skip to main content
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

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
required

The ID of the association definition to be deleted.

objectType
string
required

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

Response

Last modified on March 30, 2026