---
title: "Delete Allocation"
method: DELETE
path: "/v2/org/{org}/nico/allocation/{allocationId}"
tags: ["Allocation"]
---

# Delete Allocation

`DELETE /v2/org/{org}/nico/allocation/{allocationId}`

Delete an Allocation by ID.

Org must have an Infrastructure Provider entity, and the specified Allocation must have been created by that Provider. Requesting user must have `PROVIDER_ADMIN` role.

Tenant management of Allocation is not supported in MVP.

## Response `202`

Deletion request was accepted

- MessageResponse — Structured response with a human-readable message
  - `message` string, required — Human-readable outcome of the request

## Other responses

- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

## Changes

- **2026-06-23** `ed7c46c351eb` — 1 info
  - added the media type `application/json` for the response with the status `202`
- **2026-06-02** `b078e63260c1` — 1 info
  - added the non-success response with the status `403`
- **2026-06-02** `ffa063523058` — 1 info
  - removed the non-success response with the status `403`
- **2026-06-02** `f20872e0979a` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/allocation/:allocationId/delete.md)

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/2096eb1db2c1/schema)
