unshare_form
Remove group sharing permissions from a form to make it private again, restricting access to authorized users only.
Instructions
Removes form sharing with groups
Usage: Make form private again Returns: Updated sharing status
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"
}