DELETE api/topology/groups/{groupID}/lock
Description
Force the unlocking of a Group for exclusive access, irrespective of the original locker. Typically only users with administrative access can call this, as defined in the RBAC configuration.
Resource URL
https://localhost:8090/api/topology/groups/{groupID}/lock
Parameters
| groupID | mandatory | The id of the Group to be unlocked. |
Response Codes
| Response Code | Description |
|---|---|
| 200 | Success. The Group is unlocked. No object is returned. |
| 403 | Forbidden. The Group has no lock. |
| 404 | The Group doesn't exist. |
Example Request and Response
DELETE https://localhost:8090/api/topology/groups/group-2/lock
HTTP 1.1 200 OK