Skip to main content
POST
/
media-bridge
/
2026-03
/
{appId}
/
properties
/
{objectType}
/
batch
/
archive
Archive multiple properties
curl --request POST \
  --url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/batch/archive?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputs": [
    {
      "name": "<string>"
    }
  ]
}
'
This response has no body data.

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
string
required
Pattern: .+
objectType
string
required

Body

application/json
inputs
object[]
required

Response

Last modified on March 30, 2026