POST
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
batch
/
archive
Archive multiple properties
curl --request POST \
  --url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/archive \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    {
      "name": "<string>"
    }
  ]
}'
This response has no body data.
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

hapikey
string
query
required

Body

application/json