DELETE curl -X POST "https://cloudflare.com" \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ --data '{ "title": "Recreated Silence", "start_time": "2026-08-11T12:00:00Z", "alert_type": "universal_ssl_event" }'
DELETE curl -X POST "https://cloudflare.com"
-H "Authorization: Bearer YOUR_API_TOKEN"
-H "Content-Type: application/json"
--data '{
"title": "Recreated Silence",
"start_time": "2026-08-11T12:00:00Z",
"alert_type": "universal_ssl_event"
}'