Skip to main content
DELETE
/
api
/
v0
/
organization
/
users
Remove a user
curl --request DELETE \
  --url https://api.factory.ai/api/v0/organization/users \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Query Parameters

email
string<email>
required

Email address of the user to remove

Response

Response for status 204

The response is of type object.