Skip to content

Instantly share code, notes, and snippets.

@jaimemin
Created June 5, 2024 16:02
POST car-master.v3/_delete_by_query
{
"query": {
"term": {
"brand.keyword": {
"value": "현대"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment