Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully removed user from team
curl --request DELETE \
--url https://api.open.cx/teams/{teamId}/users/{userId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Remove a user from a team
curl --request DELETE \
--url https://api.open.cx/teams/{teamId}/users/{userId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully removed user from team
Was this page helpful?