Teams
Delete Team
This endpoint deletes a team.
DELETE/v2/team/{id}
cURL
curl --request DELETE \
--url https://api.upstash.com/v2/team/{id} \
--header 'Authorization: Bearer <token>'200Response
"OK"Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idpathstringrequired
The ID of the team to delete