Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{

“ruleid": "ruleid0937261"

}
OperationDeleting a Rule
URLapi/holmes-rule-mgmt/v1/rule/{ruleid}
MethodDELETE
Request
Message TypeJSON String
Message

Field Name

Mandatory

Data Type

Default Value

Description

ruleidYstring
the id of the rule which is to be deleted
Response
Success Code200
Error Code499
Message on Success

none

Message on Error

{

"code": 499,

"message": "The detailed error message is displayed here."

}

Field Name

Description

codethe error code returned from the server
messagethe detailed message if any error occurs

...