Remove
Delete a collection from the index.
Remove
# With confirmation
indexed index remove my-collection
# Force (no prompt)
indexed index remove my-collection --forceRemoval is permanent. Verify the collection name before proceeding.
# With confirmation
indexed index remove my-collection
# Force (no prompt)
indexed index remove my-collection --force