Delete Query Suggestions Block List
kendra_delete_query_suggestions_block_list | R Documentation |
Deletes a block list used for query suggestions for an index¶
Description¶
Deletes a block list used for query suggestions for an index.
A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
delete_query_suggestions_block_list
is currently not supported in the
Amazon Web Services GovCloud (US-West) region.
Usage¶
kendra_delete_query_suggestions_block_list(IndexId, Id)
Arguments¶
IndexId |
[required] The identifier of the index for the block list. |
Id |
[required] The identifier of the block list you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_query_suggestions_block_list(
IndexId = "string",
Id = "string"
)