Skip to main content
POST
/
api
/
event
/
deleteAlertMonitoringThreatCaseByStatus
Delete alert monitoring threat case by status
curl --request POST \
  --url https://api2.rhombussystems.com/api/event/deleteAlertMonitoringThreatCaseByStatus \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "status": "INITIATED"
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for deleting alert monitoring threat cases by status.

status
enum<string>
Available options:
INITIATED,
REQUESTED,
FOLLOW_ON,
ESCALATED,
PSAP_CONTACTED,
VERIFIED,
DISMISSED,
CANCELLED,
UNVERIFIABLE,
TIMEOUT,
ERROR,
CLOSED

Response

200 - application/json

OK

Response object for deleting alert monitoring threat cases by status.

error
boolean | null
errorMsg
string | null
warningMsg
string | null