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

**********************************
delete_verified_destination_number
**********************************



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

  

  Delete a verified destination phone number.

  

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


  **Request Syntax**
  ::

    response = client.delete_verified_destination_number(
        VerifiedDestinationNumberId='string'
    )
    
  :type VerifiedDestinationNumberId: string
  :param VerifiedDestinationNumberId: **[REQUIRED]** 

    The unique identifier for the verified destination phone number.

    

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

    
    ::

      {
          'VerifiedDestinationNumberArn': 'string',
          'VerifiedDestinationNumberId': 'string',
          'DestinationPhoneNumber': 'string',
          'CreatedTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VerifiedDestinationNumberArn** *(string) --* 

        The Amazon Resource Name (ARN) for the verified destination phone number.

        
      

      - **VerifiedDestinationNumberId** *(string) --* 

        The unique identifier for the verified destination phone number.

        
      

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

        The verified destination phone number, in E.164 format.

        
      

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

        The time when the destination phone number 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.ConflictException`

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

  