---
title: "Completes data upload"
method: POST
path: "/largedata/v4/{dataId}"
tags: ["Largedata"]
---

# Completes data upload

`POST /largedata/v4/{dataId}`

After all parts have been uploaded, this operation completes the upload.

When the upload has been completed, it is no longer possible to upload
new parts to it but the uploaded data can be downloaded.

This request has an optional `abort` query
parameter (the default value is `false`) for aborting the upload instead
of successfully completing it. If the upload is aborted, all of its
parts and data are removed from HERE Tracking.

## Query parameters

- `abort` boolean — Flag telling if the data upload should be aborted

## Response `204`

Successful (no content)

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `401` — Unauthorized The request did not provide correct authentication details
- `403` — Forbidden The account does not have the correct privileges
- `404` — Not Found The specified resource was not found

---

[API](https://skmtc.net/here/apis/tracking.md) · [All operations](https://skmtc.net/here/apis/tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/tracking/revisions/efa162f7023c/schema)
