Skip to main content
DELETE
Python

Authorizations

Authorization
string
header
required

Admin JWT or access token for authenticating requests to VectorAI DB.

Path Parameters

collection_name
string
required

The name of the collection to delete.

Example:

"my_collection"

Query Parameters

timeout
integer

The maximum time to wait for the operation to complete, in seconds.

Example:

30

Response

200 - application/json

Collection deleted

usage
object
time
number<double>

Time spent to process this request, in seconds.

Example:

0.006704791

status
string

Operation status.

Example:

"ok"

result
boolean

Whether the operation completed successfully.

Example:

true