Skip to main content
DELETE
Delete Team Member

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
team_id
string
required

Id of the team to remove the member from

Example:

"95849b27-40d0-4532-8695-d2028847f823"

member_email
string
required

Email of the team member to remove

Example:

"example@upstash.com"

Response

200 - application/json

Team member deleted successfully

The response is of type string.

Example:

"OK"