Request
DELETE https://api.virtuscloud.app/v2/workspaces/members
Headers
Your Virtus Cloud API key. Pass it directly as the header value — no prefix required.Example:
Authorization: vc_live_xxxxxxxxxxxxBody
The unique identifier of the workspace to remove the member from.
The user ID of the member you want to remove. You can find member IDs in the response from the Get Workspace endpoint.
Response
Returns
"success" when the member is removed from the workspace successfully.