{
{       The purpose of this routine is to delete an RHFAM server definition.
{ A server must be inactive and have no active connections before it can
{ be deleted.
{        This routine must be called within the system job or the caller
{ must have NETWORK_APPLICATION_MGMT capability.
{
{ RFP$DELETE_RHFAM_SERVER (SERVER, STATUS)
{
{ SERVER: (input) This parameter specifies the name of the server that is
{   to be deleted.
{
{ STATUS: (output) This status returns the result of the request. A status
{   of normal indicates that the specified server definition has been deleted.
{
{     CONDITIONS: rfe$appl_not_defined
{                 rfe$appl_not_inactive
{                 rfe$appl_job_signed_on
{
{     IDENTIFIER: 'RF'
{
