Jetstream API
...
Event Configuration
Delete Events
5 min
about remove event messages from the events queue of the jetstream user whose access key is being used events are removed in batches using the batch id events are removed individually or as a collection using event ids parameters true false 121false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type more info delete events requires that either the batchid property or the eventid property be defined with each request you may not pass both at the same time if you need to remove individual events and a batch of events, you must make two separate requests examples example delete by batchid request url delete https //api jetstreamrfid com/2/events request body { "batchid" "c15d316b 5fc3 4a7f a2ba b1a96aabcd32" } response code 204 no content response body none returned example delete by eventids request url delete https //api jetstreamrfid com/2/events request body { "eventids" \[ "8af92758 451c 4082 a455 d57e927676a8", "64f295f7 ceb6 46aa a5d0 2a66e7009ff0" ] } response code 204 no content response body none returned version changes replaces removeevents