Removes roles in the native realm Beta

DELETE /_security/role/{name}

Path parameters

  • name string Required

    Role name

Query parameters

  • refresh string

    If true (the default) then refresh the affected shards to make this operation visible to search, if wait_for then wait for a refresh to make this operation visible to search, if false then do nothing with refreshes.

    Values are true, false, or wait_for.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
DELETE /_security/role/{name}
curl \
 -X DELETE http://api.example.com/_security/role/{name}