Skip to main content
DELETE
/
users
/
{subOrEmail}
Remove user from workspace or revoke invitation
curl --request DELETE \
  --url https://api.blaxel.ai/v0/users/{subOrEmail} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

subOrEmail
string
required

Sub or email of the user

Response

User successfully removed or invitation revoked

Last modified on May 13, 2026