Click or drag to resize

NaturalLanguageUnderstandingDeleteModel Method

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool DeleteModel(
	NaturalLanguageUnderstandingSuccessCallback<bool> successCallback,
	NaturalLanguageUnderstandingFailCallback failCallback,
	string modelId,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1NaturalLanguageUnderstandingSuccessCallbackBoolean
failCallback
Type: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1NaturalLanguageUnderstandingFailCallback
modelId
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also