curl --request DELETE \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/{portalId}?hapikey='{
"appId": 123,
"flagName": "<string>",
"flagState": "ABSENT",
"portalId": 123
}Löschen Sie einen Flag-Status auf Account-Ebene für einen bestimmten HubSpot-Account (ohne Anfragetext).
curl --request DELETE \
--url 'https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals/{portalId}?hapikey='{
"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“.
Die ID des Accounts, der die App installiert hat.