Teams
Delete Team Member
This endpoint deletes a team member from the specified team.
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"
Request Parameters
team_id
string
requiredId of the team to add the member to
member_email
string
requiredEmail of the new team member
Response Parameters
“OK”
Was this page helpful?
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"