---
title: "Deletes a chunked upload."
method: DELETE
path: "/v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}"
tags: ["ChunkedUploads"]
---

# Deletes a chunked upload.

`DELETE /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}`

Deletes a chunked upload that has been committed but not yet consumed.

This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically:


- Chunked uploads that have been consumed by use in another API call.
- Expired chunked uploads.

**Note:** If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota.

## Path parameters

- `accountId` string, required
- `chunkedUploadId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
