Requires a user auth token. See the section.
Deletes all embedding vectors from the collection. The endpoins requires:
import mindplug from "@/src/mindplugAPI"; // base instance
mindplug.post("/collection/delete", {
db: "walmart",
collection: "office supplies"
});
{
"data": {
"success": true
}
}