Create a delete events job

POST {{baseUrl}}/deleteEventsJobs

Creates an asynchronous job which deletes events based on filter expression. Maximum 1.000.000 events can be deleted at once. The job status can be queried for 2 hours at most after the jobID is returned. If the latest event instance in a history of an event is deleted then the history of the event will be deleted.

\ !Restriction! Job will result in FINISHED_WITH_ERROR state in cases you can find below - Concurrent event deletion on the same event type is not allowed. - Concurrent event deletion and event type modification for the same event type is not allowed.

Request Body

{"filter"=>"<object>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring