Skip to main content
DELETE
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
groups
/
{groupName}
Delete a property group
curl --request DELETE \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups/{groupName}?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.

groupName
string
required

The name of the property group to be deleted.

objectType
string
required

The object type for the property group

Response

Last modified on February 12, 2026