Delete Experience
kendra_delete_experience | R Documentation |
Deletes your Amazon Kendra experience such as a search application¶
Description¶
Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
Usage¶
kendra_delete_experience(Id, IndexId)
Arguments¶
Id |
[required] The identifier of your Amazon Kendra experience you want to delete. |
IndexId |
[required] The identifier of the index for your Amazon Kendra experience. |
Value¶
An empty list.
Request syntax¶
svc$delete_experience(
Id = "string",
IndexId = "string"
)