ConnectWisdomService / Client / delete_import_job
delete_import_job#
- ConnectWisdomService.Client.delete_import_job(**kwargs)#
- Deletes the quick response import job. - See also: AWS API Documentation - Request Syntax- response = client.delete_import_job( importJobId='string', knowledgeBaseId='string' ) - Parameters:
- importJobId (string) – - [REQUIRED] - The identifier of the import job to be deleted. 
- knowledgeBaseId (string) – - [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. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ConnectWisdomService.Client.exceptions.ConflictException
- ConnectWisdomService.Client.exceptions.ValidationException
- ConnectWisdomService.Client.exceptions.AccessDeniedException
- ConnectWisdomService.Client.exceptions.ResourceNotFoundException