Class DeleteRequestParameters
Request options for Delete
https://opensearch.org/docs/latest/automating-configurations/api/delete-workflow/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.FlowFrameworkApi
Assembly: OpenSearch.Net.dll
Syntax
public class DeleteRequestParameters : RequestParameters<DeleteRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceClearStatus
Delete the workflow state (without deprovisioning resources) after deleting the template. OpenSearch deletes the workflow state only if the provisioning status is not IN_PROGRESS. Default is false.
Declaration
public bool? ClearStatus { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |