drop collection - does this not qualify as HTTP "delete" verb? #33668
PaulAnderson-One
started this conversation in
Ideas & Feature requests
Replies: 1 comment
-
I think it is implementor's design. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I searched for "drop" in the discussions - pardon me if there is a wider scope discussion about REST URIs
the API doc shows
POST
https://${MILVUS_URI}/v1/vector/collections/drop
for dropping a collection (body not shown)I'm wondering what the reason is that this wasn't modeled as
DELETE
https://${MILVUS_URI}/v1/vector/collections/{collectionName}
this seems more concise and the verb leaves no doubt about what the caller is about to do
Beta Was this translation helpful? Give feedback.
All reactions