Project Delete Action

With the help of the Project Delete Action it is possible to delete a project from the database. The ID of the project that is to be deleted must be specified for this.

A conceivable workflow would be, for example, not to delete a project using the Delete button provided for FX, but to build a custom FX stream that is used to delete the project. The node can be used in two different ways. Option 1 provides that the project is deleted from the database and the trigger "delete_project" is executed (via which, for example, the physical folder on the storage could be deleted). The other option provides that this trigger is suppressed. (Option in the node). This makes it possible to build a delete workflow that is completely independent of FX and, for example, could be executed at the end of a Housekeeper workflow.

Last updated