Remove an allocation
Last updated: May 28, 2026
Queues a request to deallocate a server in a fleet.
Endpoint
DELETE /v4/projects/{projectId}/environments/{environmentId}/fleets/{fleetId}/allocations/{allocationId}Example Request
curl -X DELETE "https://api.multiplay.dev/v4/projects/:projectId/environments/:environmentId/fleets/:fleetId/allocations/:allocationId" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Deallocation is being processed. |
| Bad Request |
| Unauthorized |
| Forbidden |
| Not Found |
| Too Many Requests |
| Internal Server Error |