Collections
Delete collection
Drop collection and all associated data
delete/collections/{collection_name}
Path parameters
collection_namestring required
Name of the collection to delete
Query parameters
timeoutinteger
Wait for operation commit timeout in seconds. If timeout is reached - request will return with service error.
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok"
}