curl --request DELETE \
--url https://api.avala.ai/api/v1/organizations/{slug}/teams/{team_slug}/members/{user_uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Use this endpoint to remove team member in the Avala API using DELETE on /organizations//teams//members//.
curl --request DELETE \
--url https://api.avala.ai/api/v1/organizations/{slug}/teams/{team_slug}/members/{user_uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Was this page helpful?