POSThttp://localhost:6333/collections/collection_name/shards/delete
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:6333/collections/collection_name/shards/delete \
> -H "api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "shard_key": "region_1"
>}'
Response