:doc:`PinpointSMSVoiceV2 <../../pinpoint-sms-voice-v2>` / Client / disassociate_protect_configuration

**********************************
disassociate_protect_configuration
**********************************



.. py:method:: PinpointSMSVoiceV2.Client.disassociate_protect_configuration(**kwargs)

  

  Disassociate a protect configuration from a configuration set.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DisassociateProtectConfiguration>`_  


  **Request Syntax**
  ::

    response = client.disassociate_protect_configuration(
        ProtectConfigurationId='string',
        ConfigurationSetName='string'
    )
    
  :type ProtectConfigurationId: string
  :param ProtectConfigurationId: **[REQUIRED]** 

    The unique identifier for the protect configuration.

    

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

    The name of the ConfigurationSet.

    

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

    
    ::

      {
          'ConfigurationSetArn': 'string',
          'ConfigurationSetName': 'string',
          'ProtectConfigurationArn': 'string',
          'ProtectConfigurationId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ConfigurationSetArn** *(string) --* 

        The Amazon Resource Name (ARN) of the configuration set.

        
      

      - **ConfigurationSetName** *(string) --* 

        The name of the ConfigurationSet.

        
      

      - **ProtectConfigurationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the protect configuration.

        
      

      - **ProtectConfigurationId** *(string) --* 

        The unique identifier for the protect configuration.

        
  
  **Exceptions**
  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.ThrottlingException`

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

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

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

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

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

  