curl --request POST \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/batch/delete?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"portalIds": [
123
]
}
'{
"portalFlagStates": [
{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}
]
}Supprimez un état d’indicateur au niveau du compte pour plusieurs comptes HubSpot à la fois. Utilisez ce point de terminaison d’API pour gérer l’exposition des indicateurs pour les groupes de comptes HubSpot.
curl --request POST \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/batch/delete?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"portalIds": [
123
]
}
'{
"portalFlagStates": [
{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}
]
}L'ID de l'application.
Le nom de l'indicateur, soit hs-release-app-cards, soit hs-hide-crm-cards.
successful operation
Show child attributes