Flutter: deleteIndex

Deletes an index and all of its vectors from the scoped bucket.

Examples

Delete an index

final bucket = supabase.storage.vectors.from('embeddings');

await bucket.deleteIndex('documents');