For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTAdd group to form
        • POSTDelete a form by ID
        • POSTExport form
        • GETGet an element definition
        • GETGet details of form by ID
        • GETGet details of form by name
        • POSTGet service instance data
        • POSTImport form
        • GETList all elements usable in forms
        • GETList all form names
        • GETList groups for a form
        • PUTOverwrite groups for a form
        • POSTPreserve incoming form data format
        • DELRemove a group from a form
        • DELRemove all authorization restriction for a form
        • POSTSave a generated form
        • POSTSearch forms
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceFormbuilder

Remove a group from a form

DELETE
http://localhost:3000/formbuilder/forms/:name/groups/:group
DELETE
/formbuilder/forms/:name/groups/:group
$curl -X DELETE http://localhost:3000/formbuilder/forms/name/groups/group \
> -u "<username>:<password>"
1true
Removes a group from the list of authorized groups for a Form.
Was this page helpful?
Previous

Remove all authorization restriction for a form

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequired
Name of Form
groupstringRequiredformat: "^[0-9a-f]{24}$"
A Group ID

Response

Status of Removal

Errors

500
Internal Server Error