Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quickwit Delete Tasks API

Remove documents matching queries from indexes

Quickwit Delete Tasks API is one of 7 APIs that Quickwit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Delete Tasks. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 0.8.2.

Requests are made against a single base URL, http://localhost:7280/api/v1.

2 operations 1 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.8.2
Base URL
https://your-quickwit-node/api/v1
License
Resource Areas
1

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Delete Tasks 2

Remove documents matching queries from indexes

GET
/indexes/{index_id}/delete-tasks
List delete tasks
listDeleteTasks 1 param → 200404500
POST
/indexes/{index_id}/delete-tasks
Create a delete task
createDeleteTask 1 param body → 200400404500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are DeleteQuery (4 properties), DeleteTask (3 properties), ApiError (1 property). Each schema is shown below with its type and property counts.

DeleteQuery
object
4 properties 1 required
DeleteTask
object
3 properties
ApiError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quickwit-delete-tasks-api-openapi.yml Raw ↑

Other APIs Quickwit publishes across the network.

Quickwit Cluster API
Quickwit Index Templates API
Quickwit Indexes API
Quickwit Ingest API
Quickwit Search API
Quickwit Sources API