Skip to main content
DELETE
/
organizations
/
{organizationId}
/
users
/
{userId}
Remove user from organization
curl --request DELETE \
  --url https://api.tally.so/organizations/{organizationId}/users/{userId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.tally.so/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the organization

userId
string
required

The ID of the user to remove from the organization

Response

User removed from organization successfully