Skip to main content

Delete a collection

POST 

/ragtune/deleteCollection

Deletes an entire collection. If you need more fine-grained deletion controls (e.g., deleting specific records), use the /vectors endpoint.

Request

Body

required
    collection string
    collectionName string
    deleteAll boolean
    ids string[]
    filter object
    property name* any

Responses

Collection deleted successfully

Schema
    message string
Loading...