:doc:`SSMGUIConnect <../../ssm-guiconnect>` / Client / delete_connection_recording_preferences

***************************************
delete_connection_recording_preferences
***************************************



.. py:method:: SSMGUIConnect.Client.delete_connection_recording_preferences(**kwargs)

  

  Deletes the preferences for recording RDP connections.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-guiconnect-2021-05-01/DeleteConnectionRecordingPreferences>`_  


  **Request Syntax**
  ::

    response = client.delete_connection_recording_preferences(
        ClientToken='string'
    )
    
  :type ClientToken: string
  :param ClientToken: 

    User-provided idempotency token.

    This field is autopopulated if not provided.

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

    
    ::

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

    

    - *(dict) --* 
      

      - **ClientToken** *(string) --* 

        Service-provided idempotency token.

        
  
  **Exceptions**
  
  *   :py:class:`SSMGUIConnect.Client.exceptions.ServiceQuotaExceededException`

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

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

  
  *   :py:class:`SSMGUIConnect.Client.exceptions.ConflictException`

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

  
  *   :py:class:`SSMGUIConnect.Client.exceptions.InternalServerException`

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

  