Remove workspace member
render_remove_workspace_memberDelete a user from a Render workspace by providing the workspace and user IDs. Calls the Render API to remove workspace membership.
Instructions
Remove workspace member. Remove a user from the specified workspace. Calls DELETE /owners/{ownerId}/members/{userId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The ID of the user (Render object ID with a `usr-` prefix). | |
| ownerId | Yes | The ID of the workspace to return resources for |