Share via


ListManagementImageListsExtensions.Delete Method

Definition

Deletes image list with the list Id equal to list Id passed.

public static string Delete (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImageLists operations, string listId);
static member Delete : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImageLists * string -> string
<Extension()>
Public Function Delete (operations As IListManagementImageLists, listId As String) As String

Parameters

operations
IListManagementImageLists

The operations group for this extension method.

listId
String

List Id of the image list.

Returns

Applies to