Chime / Client / delete_voice_connector_group
delete_voice_connector_group#
- Chime.Client.delete_voice_connector_group(**kwargs)#
Deletes the specified Amazon Chime Voice Connector group. Any
VoiceConnectorItems
and phone numbers associated with the group must be removed before it can be deleted.See also: AWS API Documentation
Request Syntax
response = client.delete_voice_connector_group( VoiceConnectorGroupId='string' )
- Parameters:
VoiceConnectorGroupId (string) –
[REQUIRED]
The Amazon Chime Voice Connector group ID.
- Returns:
None
Exceptions
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ConflictException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException