:doc:`DirectoryService <../../ds>` / Client / delete_ad_assessment

********************
delete_ad_assessment
********************



.. py:method:: DirectoryService.Client.delete_ad_assessment(**kwargs)

  

  Deletes a directory assessment and all associated data. This operation permanently removes the assessment results, validation reports, and configuration information.

   

  You cannot delete system-initiated assessments. You can delete customer-created assessments even if they are in progress.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteADAssessment>`_  


  **Request Syntax**
  ::

    response = client.delete_ad_assessment(
        AssessmentId='string'
    )
    
  :type AssessmentId: string
  :param AssessmentId: **[REQUIRED]** 

    The unique identifier of the directory assessment to delete.

    

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

    
    ::

      {
          'AssessmentId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AssessmentId** *(string) --* 

        The unique identifier of the deleted directory assessment.

        
  
  **Exceptions**
  
  *   :py:class:`DirectoryService.Client.exceptions.ClientException`

  
  *   :py:class:`DirectoryService.Client.exceptions.ServiceException`

  
  *   :py:class:`DirectoryService.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`DirectoryService.Client.exceptions.UnsupportedOperationException`

  
  *   :py:class:`DirectoryService.Client.exceptions.EntityDoesNotExistException`

  