Skip to content

Disassociate Hours Of Operations

connect_disassociate_hours_of_operations R Documentation

Disassociates a set of hours of operations with another hours of operation

Description

Disassociates a set of hours of operations with another hours of operation. Refer to Administrator Guide here for more information on inheriting overrides from parent hours of operation(s).

Usage

connect_disassociate_hours_of_operations(InstanceId, HoursOfOperationId,
  ParentHoursOfOperationIds)

Arguments

InstanceId

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

HoursOfOperationId

[required] The identifier of the child hours of operation.

ParentHoursOfOperationIds

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

Value

An empty list.

Request syntax

svc$disassociate_hours_of_operations(
  InstanceId = "string",
  HoursOfOperationId = "string",
  ParentHoursOfOperationIds = list(
    "string"
  )
)