curl --request DELETE \
--url https://api.blaxel.ai/v0/users/{subOrEmail} \
--header 'Authorization: Bearer <token>'Removes a user from the workspace (or revokes an invitation if the user has not accepted the invitation yet).
curl --request DELETE \
--url https://api.blaxel.ai/v0/users/{subOrEmail} \
--header 'Authorization: Bearer <token>'Was this page helpful?