Here is a kong service, which is associated with a kong route.
when I invoke the method of deleteServiceById,I believe that it's done because of the err returned by API is nil.
But actually it' failed ,the kong return a message "an existing 'routes' entity references this 'services' entity".
How to judge the result of API confused me.