RemoveWorkspaceMember
DELETE/api/v1/workspaces/:workspace_id/members/:user_id
Removes a user from a workspace.
The owner of the workspace cannot be removed.
Requires WRITE permission on the workspace level.
Request
Responses
- 204
- 400
- 401
- 403
- 404
Request fulfilled, nothing follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI