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

********************************************
delete_account_default_protect_configuration
********************************************



.. py:method:: PinpointSMSVoiceV2.Client.delete_account_default_protect_configuration()

  

  Removes the current account default protect configuration.

  

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


  **Request Syntax**
  ::

    response = client.delete_account_default_protect_configuration()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DefaultProtectConfigurationArn': 'string',
          'DefaultProtectConfigurationId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DefaultProtectConfigurationArn** *(string) --* 

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

        
      

      - **DefaultProtectConfigurationId** *(string) --* 

        The unique identifier of the account default 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.ValidationException`

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

  