Delete index for field in collection
Delete field index for collection
Path parameters
Name of the collection
Name of the field where to delete the index
Query parameters
If true, wait for changes to actually happen
Defines write ordering guarantees for collection operations
-
weak - write operations may be reordered, works faster, default
-
medium - write operations go through dynamically selected leader, may be inconsistent for a short period of time in case of leader change
-
strong - Write operations go through the permanent leader, consistent, but may be unavailable if leader is down
define ordering guarantees for the operation
Timeout for the operation
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok"
}Changes
Changed in 4 of the 18 revisions of this API.2112
- ●
added the new
wait_timeoutenum value to theresult/statusresponse property for the response status200response-property-enum-value-added
- ○
added the new optional
queryrequest parametertimeoutnew-optional-request-parameter
- ●
- ○
added
Usageto theusageresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
HardwareUsagefrom theusageresponse propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
usage/anyOf[HardwareUsage]/io_readfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
usage/anyOf[HardwareUsage]/io_writefrom the response with the200statusresponse-required-property-removed
- ○
added the required property
usage/anyOf[HardwareUsage]/payload_index_io_readto the response with the200statusresponse-required-property-added
- ○
added the required property
usage/anyOf[HardwareUsage]/payload_index_io_writeto the response with the200statusresponse-required-property-added
- ○
added the required property
usage/anyOf[HardwareUsage]/payload_io_readto the response with the200statusresponse-required-property-added
- ○
added the required property
usage/anyOf[HardwareUsage]/payload_io_writeto the response with the200statusresponse-required-property-added
- ○
added the required property
usage/anyOf[HardwareUsage]/vector_io_readto the response with the200statusresponse-required-property-added
- ○
added the required property
usage/anyOf[HardwareUsage]/vector_io_writeto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api tag
Indexesaddedapi-tag-added
- ○
api tag
collectionsremovedapi-tag-removed
- ○
added the optional property
usageto the response with the200statusresponse-optional-property-added
- ○