DELETE
/
v2
/
teams
/
member
curl --request DELETE \
  --url https://api.upstash.com/v2/teams/member \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "team_id": "<string>",
  "member_email": "<string>"
}'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Body

application/json

Response

200 - application/json

Member deleted successfully

The response is of type string.