---
title: "Delete an allocation -- for a record that should never have existed; to stop an allocation, PATCH its endDate instead"
method: DELETE
path: "/v1/org/{orgId}/allocation/{allocationId}"
tags: ["allocation"]
---

# Delete an allocation -- for a record that should never have existed; to stop an allocation, PATCH its endDate instead

`DELETE /v1/org/{orgId}/allocation/{allocationId}`

## Path parameters

- `orgId` string, required
- `allocationId` string, required

## Response `204`

deleted

## Other responses

- `401` — not authorized
- `403` — permission denied
- `404` — not found

## Changes

- **2026-08-06** `50a1edd6b27e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/charthop/apis/charthop-api/changes/v1/org/:orgId/allocation/:allocationId/delete.md)

---

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