Delete Member from Access Group

Remove a member from an access group using this API.

Input

Field Definition Type Required

Group

Access Group ID

The unique identifier of the access group.

Text TRUE

IAM ID

A unique identifier of the IBM cloud account. It can be IBMid, service ID, or trusted profile ID.

Text TRUE

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 404 means that an incorrect membership was provided in the IAM ID field.

Status code 403 means that the access has been denied.

Number