/* Delete the page with ID 65542 */
if ( ( nError = IN_DeleteObject( 65542 ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}