---
title: "Delete a Box"
method: DELETE
path: "/2024-09/boxes/{box_id}"
tags: ["Boxes"]
---

# Delete a Box

`DELETE /2024-09/boxes/{box_id}`

Delete a box from your account.

Required authorization scope: `public.box:write`

## Path parameters

- `box_id` string, required

## Response `200`

box successfully deleted

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — record not found

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
