v1

latestOpenAPI 3.0.1Gremlin License2026-08-06397451577.0 KB
teams

Idempotently deletes an existing team.

Requires the privilege COMPANIES_WRITE

delete/teams/{identifier}

Path parameters

identifierstring required

Response

default response

identifierstring

The identifier of this Team.

companyIdstring

The identifier of the company to which this Team belongs.

namestring

The name of this Team.

statestring

The state of this Team.

clientVersionsobject

A Map representing the minimum and maximum client versions authenticated with this Team.

certificatestring

The PEM encoded certificate associated with this Team.

certificateSetAtstring date-time

The time of creation for the certificate credentials associated with this Team.

certificateSetBystring

The account that set the certificate credentials associated with this Team.

secretSetAtstring date-time

The time of creation of the secret associated with this Team.

secretSetBystring

The account that set the secret associated with this Team.

productionboolean

Flag to determine if team is marked for production

defaultTeamRolestring

The default team role

createdAtstring date-time

An ISO8601 timestamp representing the time at which this team was created

Example response

{
  "prefs": {
    "testRunRestrictionWindows": [
      {
        "windowsForDay": [
          {
            "start": "14:30",
            "end": "14:30"
          }
        ]
      }
    ]
  }
}