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.ValidationException
- QConnect.Client.exceptions.ConflictException
- QConnect.Client.exceptions.UnauthorizedException
- QConnect.Client.exceptions.AccessDeniedException
- QConnect.Client.exceptions.ResourceNotFoundException