QConnect / Client / delete_import_job
delete_import_job¶
- QConnect.Client.delete_import_job(**kwargs)¶
Deletes the quick response import job.
See also: AWS API Documentation
Request Syntax
response = client.delete_import_job( knowledgeBaseId='string', importJobId='string' )
- Parameters:
knowledgeBaseId (string) –
[REQUIRED]
The identifier of the knowledge base.
importJobId (string) –
[REQUIRED]
The identifier of the import job to be deleted.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
QConnect.Client.exceptions.ConflictExceptionQConnect.Client.exceptions.ValidationExceptionQConnect.Client.exceptions.AccessDeniedExceptionQConnect.Client.exceptions.ResourceNotFoundException