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
- 200
- 422
Successful Response
- application/json
- Schema
Schema
- any
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- MOD1
- MOD2
- ] 
- ] 
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Loading...