Delete Collection
User Intent
Operation
Code Example (TypeScript)
import { Graphlit } from 'graphlit-client';
const graphlit = new Graphlit();
// Delete collection
await graphlit.deleteCollection('collection-id');
console.log('Collection deleted');Important
Last updated