Share via


IPublisher.Delete(String) Method

Definition

Delete the indicated cloud anchor from the cloud database.

public System.Threading.Tasks.Task Delete (string cloudAnchorId);
abstract member Delete : string -> System.Threading.Tasks.Task
Public Function Delete (cloudAnchorId As String) As Task

Parameters

cloudAnchorId
String

Cloud anchor to destroy.

Returns

Awaitable task.

Applies to