Delete a fleet
DELETE
/fleets/{fleetId}
Authorizations
Parameters
Path Parameters
fleetId
required
string
Responses
200
Fleet deleted
Examples
Example with cURL
curl -X DELETE http://localhost:3005/fleets/{fleetId} \-H 'Authorization: Bearer <your_token_here>' \404
Fleet not found
Examples
Example with cURL
curl -X DELETE http://localhost:3005/fleets/{fleetId} \-H 'Authorization: Bearer <your_token_here>' \