Delete an Index

Delete an Index

1from reasoner import Reasoner
2
3r = Reasoner(api_key=”foobar”)
4r.indexes.delete("your-index-uid")