DELETE
/
fleets
/
{fleet}
curl --request DELETE \
  --url https://api.chargeapi.co/v1/fleets/{fleet} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "<string>",
  "object": "fleet",
  "deleted": true
}

Path Parameters

fleet
string
required

ID of the fleet to delete.

Body

application/json · object

Response

200
application/json

Fleet successfully deleted.

The response is of type object.