Deleting Alert Rules

You can delete alert rules using the following API.

Request URL

POST https://http-collector-observability.sixthsense.rakuten.com/api-externalization/api/v1/rules/{ruleId}

Header

Header key - Authorization

Header value - Bearer {{access_token}} (Navigate to Settings > Access token > Show access token in the SixthSence portal.)

Request

ParametersDescription
ruleIdRule id of the alert rule to be deleted.

Response

{
"data": {},
"message": "string",
"success": true
}

Example:

{
"message": "1 alert rule deleted successfully",
"success": true
}