jira.js
    Preparing search index...

    Function deleteFeatureFlagById

    • Delete the Feature Flag data currently stored for the given ID.

      Deletion is performed asynchronously. The getFeatureFlagById operation can be used to confirm that data has been deleted successfully (if needed).

      Parameters

      • client: Client
      • parameters: { featureFlagId: string }
        • featureFlagId: string

          The ID of the Feature Flag to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>