Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Path Parameters
Unique external identifier for the subscription. This ID is used to track the subscription across systems and must be provided to access subscription-specific alerts.
"SUB_1752779018503"
Unique identifier code for the specific alert within the subscription context. This code is customer-defined during alert creation and used for all subsequent operations on the alert.
"ALERT_CODE_1234567890"
Response
Alert successfully removed from the system. All monitoring associated with this alert has been permanently discontinued. No content is returned in the response body.
The response is of type any
.