DELETE
/
teams
/
{teamId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

teamId
string
required

Response

200 - application/json

Generic types for Document:

  • T - the type of _id
  • TQueryHelpers - Object with any helpers that should be mixed into the Query type
  • DocType - the type of the actual Document created
project
string
name
string
members
string[]
required
assignmentMethod
enum<string>
required
Available options:
random,
balanced,
manual