Skip to content

Delete Hours of Operation

connect_delete_hours_of_operation R Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

Deletes an hours of operation.

Usage

connect_delete_hours_of_operation(InstanceId, HoursOfOperationId)

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 for the hours of operation.

Value

An empty list.

Request syntax

svc$delete_hours_of_operation(
  InstanceId = "string",
  HoursOfOperationId = "string"
)