cURL
curl --request DELETE \ --url https://gdeltcloud.com/api/alerts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Permanently deletes an alert rule and all associated data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Alert rule ID
Successful response