Skip to main content
DELETE
/
v1
/
alerts
/
{id}
cURL
curl -X DELETE \
  -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/alerts/{id}"
{
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Alert ID

Response

OK

deleted
boolean
required