Remove assets (cars) from a team
DELETE/userApi/fleets/groups/:group/cars
Removes assets (cars) from a team in the current organization. Provide a list of asset (car) IDs in cars. If removing an asset would leave it with no team assignments, the API adds it back to the organization's default team.
Request
Responses
- 200
- 401
- 403
Returns success: true when the request succeeds. Validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.