Remove cars
Removes cars from the global allowlist. If the features parameter is omitted, cars are removed entirely regardless of which features (Leasing, CameraPark Fleet, etc.) are enabled on them. If features is provided, only those features are removed from each car: the car is kept if other features remain enabled, or removed entirely if none do.
Returns HTTP 204 with no response body if all cars were removed successfully, or HTTP 207 if
one or more items failed. Failed cars will be returned in the failures field of the
response.
Authorizations
You can get the JWT from the Login endpoint
Query Parameters
License numbers to remove
1Features to remove from the cars. If omitted, cars are removed entirely regardless of which features are enabled on them. If provided, only these features are removed and the car is kept if other features remain enabled; the car is removed entirely if no features remain.
LEASING, CPF Response
All items processed successfully