Remove Drivers from a Group
DELETE/drivers/groups/:group_id/drivers
Removes one or more drivers from a driver group. Set delete_all to true to remove all drivers, or provide driver_ids for selective removal.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Drivers removed from group successfully
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.