:doc:`Connect <../../connect>` / Client / delete_contact_flow_module_version

**********************************
delete_contact_flow_module_version
**********************************



.. py:method:: Connect.Client.delete_contact_flow_module_version(**kwargs)

  

  Removes a specific version of a contact flow module.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactFlowModuleVersion>`_  


  **Request Syntax**
  ::

    response = client.delete_contact_flow_module_version(
        InstanceId='string',
        ContactFlowModuleId='string',
        ContactFlowModuleVersion=123
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type ContactFlowModuleId: string
  :param ContactFlowModuleId: **[REQUIRED]** 

    The identifier of the flow module.

    

  
  :type ContactFlowModuleVersion: integer
  :param ContactFlowModuleVersion: **[REQUIRED]** 

    The version of the flow module to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  