OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

team management

Team Model Delete

Remove models from a team's allowed model list. Only proxy admin or team admin can remove models.

Parameters:

  • team_id: str - Required. The team to remove models from
  • models: List[str] - Required. List of models to remove from the team

Example Request:

curl --location 'http://0.0.0.0:4000/team/model/delete'     --header 'Authorization: Bearer sk-1234'     --header 'Content-Type: application/json'     --data '{
    "team_id": "team-1234",
    "models": ["gpt-4"]
}'
post/team/model/delete

Request body

team_idstring required
modelsstring[] required

Response

Successful Response

{"stackTrail":"paths:/team/model/delete:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}