Edit

Share via


GraphExtensions.DeleteExtension(GraphServiceClient, String, String) Method

Definition

Delete a user extension by id.

public static System.Threading.Tasks.Task DeleteExtension(this Microsoft.Graph.GraphServiceClient graph, string userId, string extensionId);
static member DeleteExtension : Microsoft.Graph.GraphServiceClient * string * string -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteExtension (graph As GraphServiceClient, userId As String, extensionId As String) As Task

Parameters

graph
Microsoft.Graph.GraphServiceClient

Instance of the Microsoft.Graph.GraphServiceClient.

userId
String

The user to access.

extensionId
String

The id of the extension to delete.

Returns

A task.

Applies to