17.2. slapi_delete_internal_pb()
This function performs an internal delete operation based on a parameter block to remove a directory entry. The parameter block should be initialized by calling slapi_delete_internal_set_pb().
#include "slapi-plugin.h" int slapi_delete_internal_pb(Slapi_PBlock *pb);
This function takes the following parameter:
| pb | A parameter block that has been initialized using slapi_delete_internal_set_pb(). |
This function returns one of the following values:
- 0 if successful.
- -1 if an error occurs. If -1 is returned, the
SLAPI_PLUGIN_INTOP_RESULTfield of the parameter block should be consulted to determine the precise LDAP result code.
None of the parameters that are passed to slapi_delete_internal_set_pb() are altered or consumed by this function.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.