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öschen Sie den Flag-Status auf Account-Ebene für mehrere HubSpot-Accounts auf einmal. Verwenden Sie diesen Endpunkt, um die Flag-Einwirkung für Gruppen von HubSpot-Accounts zu verwalten.
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
}
]
}Unterstützte Produkte
Die ID der App.
Der Name des Flags, entweder „hs-release-app-cards“ oder „hs-hide-crm-cards“.
successful operation
Show child attributes