Skip to main content
DELETE
/
orgs
/
{org_id}
/
users
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>"
}
'

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Body

application/json
email
string
required

Email address of the user to remove from the organization

Response

204

User removed successfully