DELETE
/
alert
/
:id
Delete alert
curl --request DELETE \
  --url http://localhost:8080/alert/:id \
  --header 'x-api-key: <api-key>'
{
  "message": "Alert deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Alert ID

Response

Successfully deleted alert

The response is of type object.