Connect / Client / delete_contact_flow_version

delete_contact_flow_version#

Connect.Client.delete_contact_flow_version(**kwargs)#

Deletes the particular version specified in flow version identifier.

See also: AWS API Documentation

Request Syntax

response = client.delete_contact_flow_version(
    InstanceId='string',
    ContactFlowId='string',
    ContactFlowVersion=123
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • ContactFlowId (string) –

    [REQUIRED]

    The identifier of the flow.

  • ContactFlowVersion (integer) –

    [REQUIRED]

    The identifier of the flow version.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions