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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: int64
The ID of the server.
crateId
required
integer format: int32
The ID of the crate.
Responses
Section titled “ Responses ”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.