Remove destination from an existing access group
You can remove one or more destination
array elements for a specific access group.
Defining only type
request parameter you will remove all destinations of this type.
Defining type
and parentId
request parameters you will remove all destinations of this type and parent.
Defining type
, parentId
and childId
request parameters you will remove an array element matching all type
, parentId
and childId
.
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | string | true | Access group ID |
type | query | string | true | Source type |
parentId | query | string | false | Parent entity ID |
childId | query | string | false | Child entity ID |
Enumerated Values
Parameter | Value |
---|---|
type | USER_GROUP |
type | NETWORK_SERVICE |
type | HOST_SERVICE |
type | PUBLISHED_SERVICE |
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK |
To perform this operation, you must be authenticated by means of one of the following methods: oauth