{
{       The purpose of this routine is to delete an RHFAM client definition.
{ A client 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_CLIENT (CLIENT, STATUS)
{
{ CLIENT: (input) This parameter specifies the name of the client that is
{   to be deleted.
{
{ STATUS: (output) This status returns the result of the request. A status
{   of normal indicates that the specified client definition has been deleted.
{
{     CONDITIONS: rfe$appl_not_defined
{                 rfe$appl_not_inactive
{                 rfe$appl_job_signed_on
{
{     IDENTIFIER: 'RF'
{
