# Delete failed upload

| **Description** | Deletes a failed upload to a vector layer.                    |
| --------------- | ------------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}/file/{fileId}` |
| **Method**      | DELETE                                                        |

### Access Level Rules

| **Minimum Access Level** | edit+ |
| ------------------------ | ----- |

### Processing Units

| **Minimum processing units** | 2 |
| ---------------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="396">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The id of the vector timestamp for which the upload should be deleted.</td><td>true</td><td></td></tr><tr><td><code>fileId</code></td><td>The id of the upload to delete.</td><td>true</td><td></td></tr></tbody></table>
