Spaces
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).
<Note>This endpoint is in beta, read more here.</Note>
delete/v2/spaces/{space_id}/users/{user_id}
Path parameters
space_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique space identifier (base64)
user_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique user identifier (base64)
Response
User successfully removed from the space