Remove a user from a space
Remove a user from a space. This removes both the legacy SpaceMembers row
and any RBAC role bindings for the user on this space.
Returns 404 if the user is not a member of the space.
Authorization
Requires space admin role (legacy auth) or ROLE_BINDING_DELETE permission (RBAC).
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique space identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
The unique user identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
User successfully removed from the space