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.AccessDeniedExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.InvalidParameterExceptionConnect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ThrottlingException