Delete application privileges Added in 6.4.0
Path parameters
-
Application name
-
Privilege name
Query parameters
-
refresh string
If
true
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.Values are
true
,false
, orwait_for
.
DELETE /_security/privilege/{application}/{name}
curl \
-X DELETE http://api.example.com/_security/privilege/{application}/{name}
Response examples (200)
{
"additionalProperty1": {
"additionalProperty1": {
"found": true
},
"additionalProperty2": {
"found": true
}
},
"additionalProperty2": {
"additionalProperty1": {
"found": true
},
"additionalProperty2": {
"found": true
}
}
}