Remove apps from Application group


                https://api.ocamba.com/v1/hood/application-groups/{id}/remove
            

Remove apps from a certain group


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345

Name
Description
colorstring
Group color.


Example: #6d9382

company_idstring
A unique company identifier generated by the Ocamba platform.


Example: 7196310

create_timestring
Timezone: GMT.


Example: 2021-10-29 12:47:00

descriptionstring
The more detailed description of the Group.


Example: This is my first group.

idstring
A unique identifier generated by the Ocamba platform.


Example: 1005

itemsarray
Array of applications, maximum number of items is limited by your plan.


Example: {"google.com", "www.youtube.com"}

namestring
Group name.


Example: example_group_name

sizenumber
Number of items.


Example: 9

update_timestring
Timezone: GMT.


Example: 2021-10-30 14:27:26

204 - No Content
Arrow
tip
1 Field items is required.
200 Arrow
{
  "items" : ["www.google.com", "yahoo.com", "b92.net"]
}