Groups
Remove Location from Group
Removes a location from the specified group.
DELETE
/
v1
/
organizations
/
{organizationName}
/
groups
/
{groupName}
/
locations
/
{location}
Path Parameters
organizationName
string
requiredThe name of the organization or user.
groupName
string
requiredThe name of the group.
location
string
requiredThe location code to remove from the group.
Response
200 - application/json
group
object
The group with the removed location
Was this page helpful?