curl --request DELETE \
--url https://api.getcargo.io/v1/workspaceManagement/users/{uuid} \
--header 'Authorization: Bearer <token>'{}Remove a user from the workspace
curl --request DELETE \
--url https://api.getcargo.io/v1/workspaceManagement/users/{uuid} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?