Cancel and delete export task

delete

/api/v1/bots/insights/dataExports/{id}

Cancels the insights export task that has the given job ID, and then removes all the stored data that's associated with it. You also can use this operation to delete completed tasks.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Success.

404 Response

The task with the given ID doesn't exist.
Back to Top