Remove cars from the fleet. Maximum 50 cars can be removed in a single request. It returns only the errors, if any.
cURL
curl --request DELETE \ --url https://partner.staging.ezprk.dev/fleets/default/cars \ --header 'Authorization: Bearer <token>'
[ { "error": "<string>", "licenseNumber": "<string>" } ]
You can get the JWT from the Login endpoint.
List of cars to remove
List of failed license numbers with error messages
Error message