CallRecording.Delete(Uri, CancellationToken) Method

Definition

The Delete(Uri, CancellationToken) operation deletes the specified content from storage.

public virtual Azure.Response Delete (Uri recordingLocation, System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : Uri * System.Threading.CancellationToken -> Azure.Response
override this.Delete : Uri * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Delete (recordingLocation As Uri, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

recordingLocation
Uri

A Uri with the Recording's content's url location.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be canceled.

Returns

A Response describing the operation.

Remarks

A RequestFailedException will be thrown if a failure occurs.

Applies to