# Delete filenames from result

### Description

The `Delete filenames from result` action deletes all the filenames that are in the result files list of the last workflow action.

### Options

| Option           | Description                                                                                         |
| ---------------- | --------------------------------------------------------------------------------------------------- |
| Action name      | The name of the workflow action.                                                                    |
| Limit action to  | Enable this feature if you want to limit the deletion to certain filenames in the result file list. |
| Wildcard         | The regular expression to limit the files to delete                                                 |
| Exclude wildcard | The regular expression to exclude certain files from being deleted.                                 |


---

# 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.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/workflows/actions/deleteresultfilenames.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.
