Skip to main content
DELETE
/
v1
/
alerts
/
{alert_identifier}
Delete Alert
curl --request DELETE \
  --url https://api.mixpeek.com/v1/alerts/{alert_identifier} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alert_identifier
string
required

Alert ID (alt_...) or name

Response

Successful Response