Bulk Export - Interrupt a Job

šŸš§

PERMISSION REQUIRED

VIEW_QUESTION_LIST and EDIT_SETTINGS (USE_API for services APIs only).
Only one instance of BulkTopicExporter can be in progress at a time. Any subsequent requests to start one will fail.

To interrupt an export that is in process, call POST /services/v2/topic/bulkExport/interrupt.json. If the operation is in progress, then the call will return a 202 ā€“ Accepted with a message indicating that an attempt was made to interrupt the operation. If the operation is not in progress, then the call will return 409 ā€“ Conflict with a message indicating that the operation could not be canceled because it is not in progress.

šŸš§

NOTE

Only one bulk operation can be in progress at a time. Any subsequent requests made while an operation is in progress will result in a 403 - Forbidden error.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!