OratoraDocs
APIReferenceSessions

Remove a team

DELETE
/sessions/{id}/teams/{teamId}

Removes a team from a session in team mode. Only allowed while the session is a draft.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Session id.

teamId*string

Team id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/sessions/string/teams/string"
{  "ok": true}