cURL
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).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub or email of the user
User successfully removed or invitation revoked
Was this page helpful?