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

********************************
disassociate_hours_of_operations
********************************



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

  

  Disassociates a set of hours of operations with another hours of operation. Refer to Administrator Guide `here <https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html>`__ for more information on inheriting overrides from parent hours of operation(s).

  

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


  **Request Syntax**
  ::

    response = client.disassociate_hours_of_operations(
        InstanceId='string',
        HoursOfOperationId='string',
        ParentHoursOfOperationIds=[
            'string',
        ]
    )
    
  :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 HoursOfOperationId: string
  :param HoursOfOperationId: **[REQUIRED]** 

    The identifier of the child hours of operation.

    

  
  :type ParentHoursOfOperationIds: list
  :param ParentHoursOfOperationIds: **[REQUIRED]** 

    The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

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

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

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

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

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

  