Delete Assistant Association
connectwisdomservice_delete_assistant_association | R Documentation |
Deletes an assistant association¶
Description¶
Deletes an assistant association.
Usage¶
connectwisdomservice_delete_assistant_association(
assistantAssociationId, assistantId)
Arguments¶
assistantAssociationId |
[required] The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN. |
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_association(
assistantAssociationId = "string",
assistantId = "string"
)