Skip to main content

saasframe feature_toggles toggle-delete

yarn saasframe feature_toggles toggle-delete soft-deletes an existing feature toggle.

Usage

yarn saasframe feature_toggles toggle-delete --identifier <id>

Options

OptionDescriptionRequiredDefault
--identifierUnique identifier of the toggle to delete.Yes-

Behavior

  • Marks the toggle as deleted in the database (soft delete).
  • If successful, outputs: ✅ Feature toggle deleted: <identifier>.
  • If the toggle is not found, outputs an error message.