Skip to main content
DELETE
/
api
/
alerts
/
{alert_id}
curl -X DELETE https://rolearn.dev/api/alerts/42 \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "status": "deleted"
}
alert_id
integer
required
The ID of the alert to delete
curl -X DELETE https://rolearn.dev/api/alerts/42 \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "status": "deleted"
}