---
title: "Drop Crate"
method: POST
path: "/api/v1/servers/{id}/crates/{crateId}/drop"
tags: ["Servers"]
---

# Drop Crate

`POST /api/v1/servers/{id}/crates/{crateId}/drop`

Drops a crate. Returns HTTP 400 if the crate is not ready to be dropped yet.

## Path parameters

- `id` string, int64, required
- `crateId` integer, required

## Response `200`

On drop success.

## Other responses

- `400` — If the crate is not ready to be dropped.
- `403` — If you do not have access to drop crates in this server.
- `404` — If the server or crate could not be found.

---

[API](https://skmtc.dev/engau/apis/engauge-web.md) · [All operations](https://skmtc.dev/engau/apis/engauge-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/engau/engauge-web/revisions/b1389098761a/schema)
