CallRecording.Delete(Uri, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.