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