Skip to main content
POST
Batch Delete Collections Api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for batch delete collections.

collection_names
string[]
required

List of collection names to delete

Required array length: 1 - 200 elements

Response

Successful Response

Response for batch delete collections.

deleted
string[]

Collection names that were deleted successfully

failed
BatchDeleteFailureItem · object[]

Collection names that failed to delete with reasons