Skip to content

Delete Import Job

connectwisdomservice_delete_import_job R Documentation

Deletes the quick response import job

Description

Deletes the quick response import job.

Usage

connectwisdomservice_delete_import_job(importJobId, knowledgeBaseId)

Arguments

importJobId

[required] The identifier of the import job to be deleted.

knowledgeBaseId

[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.

Value

An empty list.

Request syntax

svc$delete_import_job(
  importJobId = "string",
  knowledgeBaseId = "string"
)