Skip to content

Delete Vocabulary

connect_delete_vocabulary R Documentation

Deletes the vocabulary that has the given identifier

Description

Deletes the vocabulary that has the given identifier.

Usage

connect_delete_vocabulary(InstanceId, VocabularyId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

VocabularyId

[required] The identifier of the custom vocabulary.

Value

A list with the following syntax:

list(
  VocabularyArn = "string",
  VocabularyId = "string",
  State = "CREATION_IN_PROGRESS"|"ACTIVE"|"CREATION_FAILED"|"DELETE_IN_PROGRESS"
)

Request syntax

svc$delete_vocabulary(
  InstanceId = "string",
  VocabularyId = "string"
)