DELETE
/_security/role/{name}
curl \
--request DELETE 'http://api.example.com/_security/role/{name}'
Response examples (200)
A successful response from `DELETE /_security/role/my_admin_role`. If the role is successfully deleted, `found` is set to `true`.
{
"found" : true
}