# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/nodes/actions/project-21/project-delete-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
