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"]
}'
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!