Delete Access Group

Delete an access group from the IBM Cloud.

Input

Field Definition Type Required

Group

Access Group ID

The identifier of the access group.

Text TRUE

Force

An attribute that forcefully deletes the access group and its members, even if it has associated resources.

  • True

  • False

Dropdown FALSE

Transaction

ID

An ID that can be used for tracking calls through multiple services.

Adding a transaction ID to your request is useful for tracking calls through multiple services with a single identifier. To do this, add a header with the key "transaction ID" and set its value to whatever you want. If you don't provide your own ID, the application automatically creates a random one for you.

Text FALSE

Output

Field Definition Type

Response

Status Code

The result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed.

Status code 400 means that an incorrect access group is provided in the field.

Status code 409 means that the access group is in use or has a conflict.

Number