:doc:`SSM <../../ssm>` / Client / deregister_patch_baseline_for_patch_group

*****************************************
deregister_patch_baseline_for_patch_group
*****************************************



.. py:method:: SSM.Client.deregister_patch_baseline_for_patch_group(**kwargs)

  

  Removes a patch group from a patch baseline.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup>`_  


  **Request Syntax**
  ::

    response = client.deregister_patch_baseline_for_patch_group(
        BaselineId='string',
        PatchGroup='string'
    )
    
  :type BaselineId: string
  :param BaselineId: **[REQUIRED]** 

    The ID of the patch baseline to deregister the patch group from.

    

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

    The name of the patch group that should be deregistered from the patch baseline.

    

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

    
    ::

      {
          'BaselineId': 'string',
          'PatchGroup': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **BaselineId** *(string) --* 

        The ID of the patch baseline the patch group was deregistered from.

        
      

      - **PatchGroup** *(string) --* 

        The name of the patch group deregistered from the patch baseline.

        
  
  **Exceptions**
  
  *   :py:class:`SSM.Client.exceptions.InvalidResourceId`

  
  *   :py:class:`SSM.Client.exceptions.InternalServerError`

  