cURL
curl --request DELETE \ --url https://api.timbal.ai/orgs/{org_id}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
Remove a user from an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Email address of the user to remove from the organization
User removed successfully