Skip to main content
DELETE
/
indexes
/
{index_id}
Delete Index
curl --request DELETE \
  --url http://0.0.0.0:8008/indexes/{index_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

index_id
string<uuid>
required

The ID of the index to delete

Response

Successful Response