Path: / {BASE} / import / cancel

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


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

Method Detail

DELETE /{BASE}/import/cancel

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

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

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

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