Delete a config group from the DRAFT revision
DELETE/api/v1/get_config/:configIdentifier/config/groups
Removes a group from the current DRAFT revision. Apply: set apply: true to immediately promote the DRAFT to a new ACTIVE config version after deleting this group; existing groups that were not changed are carried over. Defaults to false.
Request
Path Parameters
configIdentifier stringrequired
Config project ID or name, or a device ID (resolved to its config:
- application/json
Body
required
groupName stringrequired
apply boolean
Default value: false
When true, immediately apply a new config version after this group is deleted, promoting the DRAFT (including existing groups that were not changed) to ACTIVE. Defaults to false, leaving the change in the DRAFT revision until applied explicitly.
Responses
- 200
Loading...