curl --request DELETE \
--url http://localhost:8000/api/v1/companies/{company_id}/members/{user_id} \
--header 'Authorization: Bearer <token>'{}Remove a user from a company (admin only).
curl --request DELETE \
--url http://localhost:8000/api/v1/companies/{company_id}/members/{user_id} \
--header 'Authorization: Bearer <token>'{}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type Response Remove Company Member Api V1 Companies Company Id Members User Id Delete · object.