curl -X DELETE \ https://api.upstash.com/v2/teams/member \ -u 'EMAIL:API_KEY' \ -d '{"team_id":"95849b27-40d0-4532-8695-d2028847f823","member_email":"example@upstash.com"}'
"OK"
This endpoint deletes a team member from the specified team.
Was this page helpful?