Delete Predefined Attribute
connect_delete_predefined_attribute | R Documentation |
Deletes a predefined attribute from the specified Amazon Connect instance¶
Description¶
Deletes a predefined attribute from the specified Amazon Connect instance.
Usage¶
connect_delete_predefined_attribute(InstanceId, Name)
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. |
Name |
[required] The name of the predefined attribute. |
Value¶
An empty list.
Request syntax¶
svc$delete_predefined_attribute(
InstanceId = "string",
Name = "string"
)