v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Workspace Users

Remove Workspace User

Requires workspace-users-write. Removes a specified user from the workspace.

delete/open/workspaces/{workspaceId}/users/{userId}/remove

Path parameters

workspaceIdstring required
userIdstring required

Response

User removed

messagestring

Example response

{
  "message": "User removed from workspace successfully."
}