Deletes the given import by its importId.

Performs deletion of all events in the import given by its importId. Please note that
this is asynchronous operation that is performed on the background and depending on the
number of events imported so far it may take a while to finish.

It is recommended on the client/developer side that the verifies that the importId was deleted by querying the list
of the available import ids before sending new events after delete. If events were sent during ongoing
delete background operation then their state with regards to their persistence is undefined.

Using entirely new importId after delete is recommended.

Returns HTTP 204 even if the importId does not exist or was already deleted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
3 to 40
^[a-zA-Z0-9\-]+$

Id of the import that provides logical relation between event batches. Assigned by the client
arbitrarily while sending first event of the batch to be imported.

Responses
204

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!