Bulk delete feature flags by filter criteria or explicit IDs. Use when you need to delete multiple feature flags at once. Accepts either 'filters' (same filter params as list endpoint: search, active, type, etc.) or 'ids' (explicit list of flag IDs). Returns operation status and…
idsarrayExplicit list of feature flag IDs to delete. No limit on the number of IDs. Use this to delete specific flags by their numeric IDs. Mutually exclusive with 'filters'.
filtersobjectFilter criteria to select feature flags for deletion. Supports the same filter parameters as the list endpoint: 'search' (keyword search), 'active' (boolean), 'type' (flag type), etc. Use this to delete flags matching specific conditions. Mutually exclusive with 'ids'.
project_idRequiredstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. Use '@current' for the current project or provide the numeric project ID.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.