Skip to content

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.

id
required
string format: int64

The ID of the server.

crateId
required
integer format: int32

The ID of the crate.

On drop success.

If the crate is not ready to be dropped.

If you do not have access to drop crates in this server.

If the server or crate could not be found.