Remove destination from an existing access group
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
childId  | query  | string  | false  | Child ID of the destination for deletion  | 
id  | path  | string  | true  | id  | 
parentId  | query  | string  | false  | Parent ID of the destination for deletion  | 
type  | query  | string  | true  | Type of the destination for deletion  | 
Enumerated Values
Parameter  | Value  | 
|---|---|
type  | HOST_SERVICE  | 
type  | NETWORK_SERVICE  | 
type  | PUBLISHED_SERVICE  | 
type  | USER_GROUP  | 
Responses
Status  | Meaning  | Description  | 
|---|---|---|
200  | OK  | |
204  | No content  | |
400  | Bad Request  | |
401  | Unauthorized  | |
403  | Access Forbidden  | |
404  | Not Found  | |
406  | Not Acceptable  | |
429  | Too Many Requests  | |
500  | Internal Server Error  | 
{
  "defaultGroup": true,
  "description": "string",
  "destination": [
    {
      "allCovered": true,
      "children": [
        {
          "id": "string",
          "name": "string"
        }
      ],
      "parent": {
        "id": "string",
        "name": "string"
      },
      "type": "HOST_SERVICE"
    }
  ],
  "id": "string",
  "name": "string",
  "source": [
    {
      "allCovered": true,
      "children": [
        {
          "id": "string",
          "name": "string"
        }
      ],
      "parent": {
        "id": "string",
        "name": "string"
      },
      "type": "HOST"
    }
  ]
}To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization