DELETE
/
organizations
/
{organizationId}
/
users
/
{userId}
curl --request DELETE \
  --url https://api.tally.so/organizations/{organizationId}/users/{userId} \
  --header 'Authorization: Bearer <token>'

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

204

User removed from organization successfully