return&httperror.HandlerError{StatusCode:http.StatusInternalServerError,Message:"Unable to retrieve user info from request context",Err:err}
}
if!securityContext.IsAdmin{
return&httperror.HandlerError{StatusCode:http.StatusForbidden,Message:"Not authorized to delete a webhook",Err:errors.New("not authorized to delete a webhook")}