ivschat.Client.
delete_room
(**kwargs)¶Deletes the specified room.
See also: AWS API Documentation
Request Syntax
response = client.delete_room(
identifier='string'
)
[REQUIRED]
Identifier of the room to be deleted. Currently this must be an ARN.
Exceptions
ivschat.Client.exceptions.AccessDeniedException
ivschat.Client.exceptions.ResourceNotFoundException
ivschat.Client.exceptions.PendingVerification
ivschat.Client.exceptions.ValidationException