Skip to main content

Remove source from an existing access group

Parameters

Name

In

Type

Required

Description

childId

query

string

false

Child ID of the source for deletion

id

path

string

true

id

parentId

query

string

false

Parent ID of the source for deletion

type

query

string

true

Type of the source for deletion

Enumerated Values

Parameter

Value

type

HOST

type

NETWORK_SERVICE

type

USER_GROUP

Responses

Status

Meaning

Description

200

OK

OK

204

No Content

No content

400

Bad Request

Bad Request

401

Unauthorized

Unauthorized

403

Forbidden

Access Forbidden

404

Not Found

Not Found

406

Not Acceptable

Not Acceptable

429

Too Many Requests

Too Many Requests

500

Internal Server Error

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