Remove taskAsk AIpost {backendUrlScheme}://{backendUrlHost}/api/public/task/removeThis endpoint can be used to remove a task. It is only allowed to remove cancelled tasks.Body ParamstaskIdstringrequiredID of task to removeHeadersbsy-sidstringrequiredSession IDResponses 200Task removed successfully 400Bad request, task cannot be removed 401Unauthorized access, invalid or missing session ID 404Task not foundUpdated 7 months ago