Skip to main content

Remove User From Workspace

DELETE 

/workspaces/:workspace_id/users

Remove a user from a workspace.

Args: email (str): The email address of the user to be removed workspace_id (str): The ID of the workspace.

Request

Path Parameters

    workspace_id Workspace Idrequired

Query Parameters

    email Emailrequired

Responses

Successful Response
Schema
    any
Loading...