Class DeleteConfigsRequestParameters
Request options for DeleteConfigs
https://opensearch.org/docs/latest/observing-your-data/notifications/api/#delete-channel-configuration
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.NotificationsApi
Assembly: OpenSearch.Net.dll
Syntax
public class DeleteConfigsRequestParameters : RequestParameters<DeleteConfigsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceConfigId
The ID of the channel configuration to delete.
Declaration
public string ConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfigIdList
A comma-separated list of channel IDs to delete.
Declaration
public string ConfigIdList { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |