Connect / Client / delete_view_version

delete_view_version#

Connect.Client.delete_view_version(**kwargs)#

Deletes the particular version specified in ViewVersion identifier.

See also: AWS API Documentation

Request Syntax

response = client.delete_view_version(
    InstanceId='string',
    ViewId='string',
    ViewVersion=123
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • ViewId (string) –

    [REQUIRED]

    The identifier of the view. Both ViewArn and ViewId can be used.

  • ViewVersion (integer) –

    [REQUIRED]

    The version number of the view.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions