curl --request DELETE \
--url https://partners.clerk.chat/reseller/teams/{teamId}/users \
--header 'Content-Type: application/json' \
--data '{
"userIds": [
"<string>"
]
}'
curl --request DELETE \
--url https://partners.clerk.chat/reseller/teams/{teamId}/users \
--header 'Content-Type: application/json' \
--data '{
"userIds": [
"<string>"
]
}'