Delete KoboToolbox Form
kobo_delete_formPermanently delete a KoboToolbox form and all its submissions. Requires explicit confirmation and exact submission count to prevent accidental data loss.
Instructions
Permanently delete a form AND ALL ITS SUBMISSIONS. THIS CANNOT BE UNDONE.
Args:
uid (string): asset uid of the form to delete
confirm (true): must be explicitly set to true
confirm_submission_count (number): required when the form has submissions — pass the exact count, to prove the data loss is intended
Don't use when: you just want to stop collecting data. Use kobo_archive_form instead — it keeps every response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the form to permanently delete | |
| confirm | Yes | Must be explicitly set to true to confirm this irreversible deletion | |
| confirm_submission_count | No | Required when the form has submissions: pass the exact number reported by kobo_list_forms, to prove the data loss is intended. |