Remove a member from an organization.
Requires org:write permission.
Automatically revokes all organization-specific API keys for the member.
Personal API keys are NOT affected.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
curl --request DELETE \
--url 'https://api.unify.ai/v0/organizations/<organization_id>/members/<user_id>' \
--header "Authorization: Bearer $UNIFY_KEY"