API Updates for June 2026
API Updates
The next Kintone update is on 15th June 2026. The release also includes the following API updates.
Update Summary
The June 2026 update includes the release of new JavaScript API events for record deletion.
Kintone JavaScript API
New Features
The following new JavaScript API events will be added:
- An event triggered when a record is successfully deleted on the record list page
- An event triggered when a record is successfully deleted on the record details page
Event that triggers when a record is successfully deleted on the record list page
PC Version
app.record.index.delete.submit.success
An event triggered when a record is successfully deleted on the record list page.
Event that triggers when a record is successfully deleted on the record details page
PC Version
app.record.detail.delete.submit.success
An event triggered when a record is successfully deleted on the record details page.
Mobile Version
mobile.app.record.detail.delete.submit.success
An event triggered when a record is successfully deleted on the record details page.
Product News
Be sure to check out the
Kintone Product Updates
on the product website for the latest news on feature improvements and important notices!