curl --request DELETE \
--url https://api.open.cx/teams/{teamId}/users/{userId}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Remove a user from a team
curl --request DELETE \
--url https://api.open.cx/teams/{teamId}/users/{userId}{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?