Delete Data Table Attribute
| connect_delete_data_table_attribute | R Documentation |
Deletes an attribute and all its values from a data table¶
Description¶
Deletes an attribute and all its values from a data table.
Usage¶
connect_delete_data_table_attribute(InstanceId, DataTableId,
AttributeName)
Arguments¶
InstanceId |
[required] The unique identifier for the Amazon Connect instance. |
DataTableId |
[required] The unique identifier for the data table. |
AttributeName |
[required] The name of the attribute to delete. |
Value¶
A list with the following syntax:
list(
LockVersion = list(
DataTable = "string",
Attribute = "string",
PrimaryValues = "string",
Value = "string"
)
)
Request syntax¶
svc$delete_data_table_attribute(
InstanceId = "string",
DataTableId = "string",
AttributeName = "string"
)