ZiamRemoveProjectMember
Removes a user or group from a project by deleting the matching ProjectMembership resource. The operation is idempotent and returns 204 when the membership is already absent.
DELETE
/api/v1/ziam/projects/{projectUuid}/members/{subjectType}/{subjectUuid}Operation ID
ZiamRemoveProjectMemberSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
This API requires no request parameters.
Responses
204 No ContentDELETE 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"
}
}