# Job Delete Action

With the help of the Job Delete Action, it is possible to delete a job using its ID via a stream. There are actually only a few use cases for this, but one makes perfect sense. For example, if you want to use a prestream to define whether an asset should be processed at all or not (e.g. auto import), the job can simply be removed again depending on the condition. Since PreStreams are only visible to administrators, only those jobs that are actually processed would appear in the user's dashboard.


---

# 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/helmut4-components/streamdesigner/nodes/actions/job-action/job-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.
