curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/archive?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/archive?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.Supported products
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
The object type for the specified properties to be archived.
Show child attributes
Was this page helpful?