---
title: "Cancels an image store upload session."
method: DELETE
path: "/ImageStore/$/DeleteUploadSession"
tags: ["ImageStore"]
---

# Cancels an image store upload session.

`DELETE /ImageStore/$/DeleteUploadSession`

The DELETE request will cause the existing upload session to expire and remove any previously uploaded file chunks.

## Query parameters

- `api-version` '6.0', required
- `session-id` string, uuid, required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
