delete_room

ivschat.Client.delete_room(**kwargs)

Deletes the specified room.

See also: AWS API Documentation

Request Syntax

response = client.delete_room(
    identifier='string'
)
Parameters
identifier (string) --

[REQUIRED]

Identifier of the room to be deleted. Currently this must be an ARN.

Returns
None

Exceptions

  • ivschat.Client.exceptions.AccessDeniedException
  • ivschat.Client.exceptions.ResourceNotFoundException
  • ivschat.Client.exceptions.PendingVerification
  • ivschat.Client.exceptions.ValidationException