---
title: "Delete a Capacity"
method: DELETE
path: "/api/v2/capacity/{capacity_ref_number}"
tags: ["Capacity"]
---

# Delete a Capacity

`DELETE /api/v2/capacity/{capacity_ref_number}`

## Path parameters

- `ref_number` string, required — Unique id for the given capacity, this must represent the id for this capacity on your side. This represents the empty truck location identifier. You must use different ids for different empty locations or dates, even if its the same capacity/truck. We suggest that you use an uuid to create this identifier.

## Response `204`

Capacity deleted

## Other responses

- `404` — Capacity not found

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
