DELETE
/api/security/role/{name}
curl \
--request DELETE 'http://localhost:5601/api/security/role/{name}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"
curl \
--request DELETE 'http://localhost:5601/api/security/role/{name}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"