All Products
Search
Document Center

Resource Management:DeleteFilter

Last Updated:Jun 28, 2024

Deletes a filter.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FilterNamestringYes

The name of the filter.

ECS

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A4A63E3C-89EC-51F9-9934-C9AF1BCBAAA5

Examples

Sample success responses

JSONformat

{
  "RequestId": "A4A63E3C-89EC-51F9-9934-C9AF1BCBAAA5"
}

Error codes

HTTP status codeError codeError messageDescription
409NotExists.FilterNameThe filter name of current user not exists.The object indicated by the FilterName parameter does not exist.
409LengthExceedLimit.FilterNameThe length of parameter FilterName exceed limit.The length of the value specified for the FilterName parameter exceeds the upper limit.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history