Delete role mappings Added in 5.5.0
Path parameters
-
Role-mapping 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/role_mapping/{name}
curl \
-X DELETE http://api.example.com/_security/role_mapping/{name}
Response examples (200)
{
"found": true
}