cURL
curl --request POST \ --url https://alfred.black/api/v1/learning/quarantine/{id}/dismiss \ --header 'Authorization: Bearer <token>'
{ "dismissed": true }
Permanently dismisses a quarantined event. The event will not be processed.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
The unique identifier of the quarantined event
Event dismissed
Was this page helpful?