{
{    The purpose of this request is to delete one or more titles from the list
{  of titles registered in the CDNA Directory for a server application.  Once
{  a title has been deleted, client applications can no longer obtain a
{  translation of the title to determine the network address of the associated
{  server application.
{
{    The requesting job need not be attached to the server application.  The
{  requesting task need not be the task which added the titles to be deleted.
{
{         NAP$DELETE_SERVER_TITLE (SERVER, TITLE_PATTERN, STATUS)
{
{  SERVER: (input) This parameter specifies the name of the server application
{        whose title is to be deleted.
{
{        The specified name must be the name of a defined server application --
{        refer to the MANAGE_NETWORK_APPLICATIONS utility.  The caller must be
{        authorized to perform the functions of the specified server
{        application.  The criteria used to validate this privilege is
{        determined by the server_ring, server_system_privilege and
{        server_capability attributes of the specified server application.
{
{  TITLE_PATTERN: (input) This parameter specifies a title pattern which
{        matches the titles to be deleted.
{
{        Only server titles added to the list via the nap$add_server_title
{        request will be deleted.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS: nae$application_inactive
{              nae$network_inactive
{              nae$no_title_match
{              nae$title_pattern_too_long
{              nae$title_pattern_too_short
{              nae$unknown_application
{
