#include <dce/dce_attr_sch.h>
void dce_attr_sch_delete_entry(
dce_attr_sch_handle_t h,
uuid_t *attr_id,
error_status_t *status);
The dce_attr_sch_delete_entry() routine deletes a schema entry. Because this is a radical operation that invalidates any existing attributes of this type on objects dominated by the schema, access to this operation should be severely limited.
The dce_attr_sch_delete_entry() routine requires requires appropriate permissions on the schema object. These permissions are managed by the target server.
Functions: dce_attr_intro(3dce), dce_attr_sch_create_entry(3dce), dce_attr_sch_update_entry(3dce).