:doc:`DatabaseMigrationService <../../dms>` / Client / delete_fleet_advisor_databases

******************************
delete_fleet_advisor_databases
******************************



.. py:method:: DatabaseMigrationService.Client.delete_fleet_advisor_databases(**kwargs)

  

  .. warning::

    

    End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see `Amazon Web Services DMS Fleet Advisor end of support <https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html>`__.

     

   

  Deletes the specified Fleet Advisor collector databases.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteFleetAdvisorDatabases>`_  


  **Request Syntax**
  ::

    response = client.delete_fleet_advisor_databases(
        DatabaseIds=[
            'string',
        ]
    )
    
  :type DatabaseIds: list
  :param DatabaseIds: **[REQUIRED]** 

    The IDs of the Fleet Advisor collector databases to delete.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'DatabaseIds': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DatabaseIds** *(list) --* 

        The IDs of the databases that the operation deleted.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.ResourceNotFoundFault`

  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.InvalidOperationFault`

  
  *   :py:class:`DatabaseMigrationService.Client.exceptions.AccessDeniedFault`

  