Skip to main content
POST
/
api
/
v1
/
learning
/
quarantine
/
{id}
/
dismiss
Dismiss Quarantined Event
curl --request POST \
  --url https://alfred.black/api/v1/learning/quarantine/{id}/dismiss \
  --header 'Authorization: Bearer <token>'
{
  "dismissed": true
}

Authorizations

Authorization
string
header
required

API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....

Path Parameters

id
string
required

The unique identifier of the quarantined event

Response

Event dismissed

dismissed
boolean
required