| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Delete an entry from a configuration file
#include <photon/PxProto.h>
int PxConfigDeleteEntry( const char *section, 
                         const char *entry );
Use this function to delete the entry entry from the section section in the configuration file.
|  | The configuration file must have been opened for PXCONFIG_WRITE-see PxConfigOpen(). | 
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PxConfigDeleteSection(), PxConfigOpen()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |