Skip to main content
Identity & Access/ZIAM

ZiamRemoveOrganizationMember

Removes a user from an organization or department node. The operation is idempotent and returns 204 when the membership is already absent.

DELETE/api/v1/ziam/organizations/{organizationUuid}/members/{userUuid}

Operation ID

ZiamRemoveOrganizationMember

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

204 No Content

DELETE endpoints return an empty object on success, or a standard error structure on failure.

Success Response

{}

Error Response

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}