:doc:`IoTFleetWise <../../iotfleetwise>` / Client / disassociate_vehicle_fleet

**************************
disassociate_vehicle_fleet
**************************



.. py:method:: IoTFleetWise.Client.disassociate_vehicle_fleet(**kwargs)

  

  Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotfleetwise-2021-06-17/DisassociateVehicleFleet>`_  


  **Request Syntax**
  ::

    response = client.disassociate_vehicle_fleet(
        vehicleName='string',
        fleetId='string'
    )
    
  :type vehicleName: string
  :param vehicleName: **[REQUIRED]** 

    The unique ID of the vehicle to disassociate from the fleet.

    

  
  :type fleetId: string
  :param fleetId: **[REQUIRED]** 

    The unique ID of a fleet.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTFleetWise.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.AccessDeniedException`

  