Delete role mappings | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- The distinct name that identifies the role mapping. The name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way.
Query parameters
- 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 aretrue
,false
, orwait_for
.
Responses
- 200 application/json
Hide response attribute Show response attribute object- If the mapping is successfully deleted,
found
istrue
. Otherwise,found
isfalse
.
- If the mapping is successfully deleted,