Delete an index by ID
cURL
curl --request DELETE \ --url http://0.0.0.0:8008/indexes/{index_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
JWT in Authorization header. 'Bearer ' prefix optional.
The ID of the index to delete
Successful Response