Unable to Delete Installed Pieces in Activepieces

Hi,
I’m running into an issue where I’m unable to delete installed pieces in Activepieces, and I also don’t see an option to do so. Are there any options available to delete a piece, or are there any environment variables that need to be enabled for this?

:wave: Hello Karthik, I’m looking for the same option too, nothing found currently implemented in the core code yet.

We can hide a piece, but not uninstall/delete it.

:thought_balloon: I wonder if just by deleting it from the database directly, in the piece_metadata table, if it works as we want

@karthik I can confirm (after testing it on my own)

  • :white_check_mark: Deleting a piece from piece_metadata table in database (for all existing versions of this piece)
    :point_right: the piece is not available anymore on the instance of Activepieces (neither for admin and user flows)
    :warning: Be careful, already existing flows with this unexisting (anymore) piece will be KO I guess
    :warning: As a user, I can just inform you that it works, but, I’m not sure if it was a good way for doing that, the piece could be still compiled in your app :person_shrugging: (I did’nt see any bugs on my own)

  • :white_check_mark: Reinstall the same piece (same version too), I don’t see any trouble doing that for the moment :person_shrugging:
    :point_right: piece is available again, and I can use it in my user flows

I hope, it’ll help you :slight_smile: bye o/