Vaulted.deleteConsulRole = Promise.method(function deleteConsulRole(options, mountName) {
  options = options || {};

  return this.getConsulRolesEndpoint(mountName).delete({
    headers: this.headers,