Remove workspace member
render_remove_workspace_memberRemove a user from a workspace on Render. Provide the workspace owner ID and user ID to delete the membership via the Render API.
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 |