Skip to main content
DELETE
/
alerts
/
{alert_configuration_id}
Trash alert
curl --request DELETE \
  --url https://api.withorb.com/v1/alerts/{alert_configuration_id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://docs.withorb.com/reference/error-responses#400-constraint-violation",
  "status": 400,
  "detail": "<string>",
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

alert_configuration_id
string
required

Response

No Content