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