Path: / {BASE} / import / cancel

Stop the importer thread with the ID passed as query argument.


Method Summary
ResourceDescription
DELETE /{BASE}/import/cancel?tname=…Stop the importer thread with the ID passed as query argument.

Method Detail
HTTP Example:
DELETE /{BASE}/import/cancel?tname=…

API Example:

ImportWebService.stopArticleXMLImport({'tname': /* tname the thread ID of the importer thread to stop */});

Stop the importer thread with the ID passed as query argument.

Output:
javax.ws.rs.core.Response - OK if thread has been stopped or no longer exists
Query parameters:
tname - the thread ID of the importer thread to stop