Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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>' \