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

*****************************************************
delete_protect_configuration_rule_set_number_override
*****************************************************



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

  

  Permanently delete the protect configuration rule set number override.

  

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


  **Request Syntax**
  ::

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

    The unique identifier for the protect configuration.

    

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

    The destination phone number in E.164 format.

    

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

    
    ::

      {
          'ProtectConfigurationArn': 'string',
          'ProtectConfigurationId': 'string',
          'DestinationPhoneNumber': 'string',
          'CreatedTimestamp': datetime(2015, 1, 1),
          'Action': 'ALLOW'|'BLOCK',
          'IsoCountryCode': 'string',
          'ExpirationTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

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

        
      

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

        The unique identifier for the protect configuration.

        
      

      - **DestinationPhoneNumber** *(string) --* 

        The destination phone number in E.164 format.

        
      

      - **CreatedTimestamp** *(datetime) --* 

        The time when the rule was created, in `UNIX epoch time <https://www.epochconverter.com/>`__ format.

        
      

      - **Action** *(string) --* 

        The action associated with the rule.

        
      

      - **IsoCountryCode** *(string) --* 

        The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

        
      

      - **ExpirationTimestamp** *(datetime) --* 

        The time when the resource-based policy was created, in `UNIX epoch time <https://www.epochconverter.com/>`__ format.

        
  
  **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`

  