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.