Delete Data Source
bedrockagent_delete_data_source | R Documentation |
Deletes a data source from a knowledge base¶
Description¶
Deletes a data source from a knowledge base.
Usage¶
Arguments¶
dataSourceId
[required] The unique identifier of the data source to delete.
knowledgeBaseId
[required] The unique identifier of the knowledge base from which to delete the data source.
Value¶
A list with the following syntax:
list(
dataSourceId = "string",
knowledgeBaseId = "string",
status = "AVAILABLE"|"DELETING"|"DELETE_UNSUCCESSFUL"
)