Skip to main content
DELETE
/
v2
/
alert_sources
/
{id}
Delete
curl --request DELETE \
  --url https://api.incident.io/v2/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

The ID of this alert source

Example:

"01GW2G3V0S59R238FAHPDS1R66"

Response

204

No Content response.