(string) 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.
Authorization
To use this API, you must have at least the manage_security cluster privilege.
Examples
The following example delete a role mapping:
DELETE /_security/role_mapping/mapping1
If the mapping is successfully deleted, the request returns {"found": true}.
Otherwise, found is set to false.