cURL
curl --request DELETE \ --url https://api.factory.ai/api/v0/organization/users \ --header 'Authorization: Bearer <token>'
{}
Removes a user from the organization by email. Works for both active members (deletes membership) and pending invitations (revokes the invite).
Factory API key or JWT token for authentication
Email address of the user to remove
Response for status 204
The response is of type object.
object