Delete Assistant
connectwisdomservice_delete_assistant | R Documentation |
Deletes an assistant¶
Description¶
Deletes an assistant.
Usage¶
connectwisdomservice_delete_assistant(assistantId)
Arguments¶
assistantId |
[required] The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. |
Value¶
An empty list.
Request syntax¶
svc$delete_assistant(
assistantId = "string"
)