---
title: "3. Delete an Upload Slot"
method: POST
path: "/uploadmanager.deleteslot/{slot_id}"
tags: ["Attachments", "Product Image"]
---

# 3. Delete an Upload Slot

`POST /uploadmanager.deleteslot/{slot_id}`

Deletes an upload slot and returns upload status information. Same behavior and response shape as GET `/uploadmanager.deleteslot/{slot_id}`.

<!-- theme: info-->
>**Information**
>
>To upload a file you need to perform the following actions:
>1. Create an Upload Slot
>2. Upload a File
>3. Delete an Upload Slot

## Response `200`

Slot deleted.

- object
  - `response` object
    - `data` object[]
      - `version` integer
      - `typedId` string
      - `contentLength` integer
      - `totalBytesRead` integer
      - `status` string
      - `data` string, nullable
      - `owner` string, nullable
      - `percentage` integer
      - `createDate` string
      - `createdBy` integer
      - `lastUpdateDate` string
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/revisions/0850b5d6be73/schema)
