Skip to main content
DELETE
/
api
/
alerts
/
{id}
Delete Alert
curl --request DELETE \
  --url https://gdeltcloud.com/api/alerts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Alert rule ID

Response

Successful response

success
boolean
required
message
string
required