WebClient.prototype.delete(path: string,options?: RequestOptions): Task<ResponseResult, HttpError>
Make a DELETE request.
optional
options: RequestOptions
Request-specific options.
Task<ResponseResult, HttpError>
A Task that resolves with the response or rejects with an HttpError.