DELETE
/
v1
/
core
/
organizations
/
{orgId}
/
teams
/
{teamId}
Hard-delete a single team within a single org
curl --request DELETE \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{orgId}/teams/{teamId}
{
  "id": "<string>",
  "name": "<string>",
  "organizationId": "<string>",
  "coachUids": [
    "<string>"
  ],
  "coachManifest": {},
  "memberUids": [
    "<string>"
  ],
  "memberManifest": {},
  "newUserDefaultConversationTypes": [
    "<string>"
  ],
  "createdAt": "<string>"
}

Path Parameters

orgId
string
required

Organization ID

teamId
string
required

ID of the team to delete

Response

200
application/json

Hard-delete a single team within a single org

The response is of type object.