delete_form
Move a form to trash in RooQuiz. Soft-deleted forms are hidden from lists, keep submissions intact, and can be restored via restore_form within 5 days. Only form or team owners can delete.
Instructions
Move a form into the trash (soft delete) in the current team. The form is hidden from list_forms but kept recoverable for 5 days (then auto-purged); use restore_form to bring it back. Only the form owner / team owner can delete. Submission records are kept until permanent purge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | The form UUID to move to trash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | No | The form moved to trash | |
| message | No | Human-readable result, including how long it stays recoverable |