> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path-vector/timestamps/upload-vector-data/revert-the-upload.md).

# Revert the upload

| **Description** | Reverts an upload of a vector layer.                                 |
| --------------- | -------------------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}/file/{fileId}/revert` |
| **Method**      | POST                                                                 |

### 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 upload should be reverted.</td><td>true</td><td></td></tr><tr><td><code>fileId</code></td><td>The id of the upload to revert.</td><td>true</td><td></td></tr><tr><td><code>revert</code></td><td>Boolean whether the upload should be reverted or redone.</td><td>false</td><td>Default true.</td></tr></tbody></table>
