Connect / Client / delete_contact_flow_module_version

delete_contact_flow_module_version

Connect.Client.delete_contact_flow_module_version(**kwargs)

Removes a specific version of a contact flow module.

See also: AWS API Documentation

Request Syntax

response = client.delete_contact_flow_module_version(
    InstanceId='string',
    ContactFlowModuleId='string',
    ContactFlowModuleVersion=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.

  • ContactFlowModuleId (string) –

    [REQUIRED]

    The identifier of the flow module.

  • ContactFlowModuleVersion (integer) –

    [REQUIRED]

    The version of the flow module to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.ThrottlingException