Global
Remove cars
Removes cars entirely, regardless of which features (Leasing, CameraPark Fleet, etc.) are enabled on them. If a car has multiple features enabled and you want to remove only one of them, use the PATCH endpoint instead with the features you want to keep.
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.
DELETE
Remove cars
Previous
Update cars featuresUpdates the enabled features (Leasing, CameraPark Fleet, etc.) of existing cars on the global allowlist.
Returns HTTP 204 with no response body if all cars were updated successfully, or HTTP 207 if
one or more items failed. Check the `failures` field for any cars that could not be updated.
Cars not present in `failures` were successfully updated.
Next
Remove cars