HarvestDataClient.Delete(String, String, RequestOptions) 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.
Deletes a specified harvest data resource under a particular farmer.
public virtual Azure.Response Delete (string farmerId, string harvestDataId, Azure.RequestOptions requestOptions = default);
abstract member Delete : string * string * Azure.RequestOptions -> Azure.Response
override this.Delete : string * string * Azure.RequestOptions -> Azure.Response
Public Overridable Function Delete (farmerId As String, harvestDataId As String, Optional requestOptions As RequestOptions = Nothing) As Response
Parameters
- farmerId
- System.String
ID of the associated farmer resource.
- harvestDataId
- System.String
ID of the harvest data.
- requestOptions
- RequestOptions
The request options.