Delete Hours Of Operation
| connect_delete_hours_of_operation | R Documentation |
Deletes an hours of operation¶
Description¶
Deletes an hours of operation.
Usage¶
connect_delete_hours_of_operation(InstanceId, HoursOfOperationId)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
HoursOfOperationId |
[required] The identifier for the hours of operation. |
Value¶
An empty list.
Request syntax¶
svc$delete_hours_of_operation(
InstanceId = "string",
HoursOfOperationId = "string"
)