{
{   The purpose of this request is to delete an access control entry that was
{ previously established for a catalog.  An access control entry can only be
{ deleted for a catalog belonging to the user making the request.
{
{       PFP$DELETE_CATALOG_PERMIT (PATH, GROUP, STATUS)
{
{ PATH: (input) This parameter specifies the identification of a catalog.  The
{       path parameter consists of an array of names which identify the path
{       leading through a catalog hierarchy to the desired catalog.  The first
{       two names specify the family name and master catalog name portion of
{       the path.  By convention, the name of a user's master catalog is the
{       same as the user name.  Subsequent names would specify subcatalogs as
{       applicable.  The last name in the path specifies the catalog for which
{       an access control entry is to be deleted.  Null names are allowed only
{       for the family name and master catalog name.  If the family name is
{       osc$null_name, the family name of the job making the request will be
{       used.  If the master catalog name is osc$null_name, the user name of
{       the job making the request will be used.
{
{ GROUP: (input) This parameter describes the user or group of users for whom
{       the access control entry is to be deleted.  The group can include all
{       users (public), all users of a particular family, all users of a
{       particular account, all users of a particular project, a specific user,
{       a specific user while running under a specific account, or a specific
{       user while running under a specific account and project.
{
{ STATUS: (output) This parameter returns the request status.
{       CONDITIONS:
{             pfe$bad_account_name
{             pfe$bad_family_name
{             pfe$bad_group_type
{             pfe$bad_last_subcatalog_name
{             pfe$bad_master_catalog_name
{             pfe$bad_nth_subcatalog_name
{             pfe$bad_project_name
{             pfe$bad_user_name
{             pfe$last_name_not_subcatalog
{             pfe$no_permit_deleted
{             pfe$not_master_catalog_owner
{             pfe$nth_name_not_subcatalog
{             pfe$path_too_short
{             pfe$pf_system_error
{             pfe$unknown_family
{             pfe$unknown_last_subcatalog
{             pfe$unknown_master_catalog
{             pfe$unknown_nth_subcatalog
{
