PinpointSMSVoiceV2 / Client / delete_verified_destination_number
delete_verified_destination_number#
- PinpointSMSVoiceV2.Client.delete_verified_destination_number(**kwargs)#
Delete a verified destination phone number.
See also: AWS API Documentation
Request Syntax
response = client.delete_verified_destination_number( VerifiedDestinationNumberId='string' )
- Parameters:
VerifiedDestinationNumberId (string) –
[REQUIRED]
The unique identifier for the verified destination phone number.
- Return type:
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 format.
Exceptions
PinpointSMSVoiceV2.Client.exceptions.ThrottlingException
PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException
PinpointSMSVoiceV2.Client.exceptions.ResourceNotFoundException
PinpointSMSVoiceV2.Client.exceptions.ValidationException
PinpointSMSVoiceV2.Client.exceptions.ConflictException
PinpointSMSVoiceV2.Client.exceptions.InternalServerException