Navigation: Development > Function Reference > InformationSet >
Delete entry filtered by a field value. Format: App::InformationSet(NAME)->deleteBy[FIELD NAME](VALUE)
Return true or false.
For Example: App::InformationSet('Post')->deleteById(5); App::InformationSet('Post')->deleteByName('about-us');