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

204

Deallocation is being processed.

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error