delete_form
Permanently delete unused form templates from RSpace that are in NEW state. This action cannot be undone and removes forms that are no longer needed.
Instructions
Permanently deletes a form template
Usage: Remove unused forms (only works for forms in NEW state) Warning: This operation cannot be undone Returns: Deletion confirmation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
form_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"form_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "Form Id"
}
},
"required": [
"form_id"
],
"type": "object"
}