latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

team management

Block Team

Blocks all calls from keys with this team id.

Parameters:

  • team_id: str - Required. The unique identifier of the team to block.

Example:

curl --location 'http://0.0.0.0:4000/team/block'     --header 'Authorization: Bearer sk-1234'     --header 'Content-Type: application/json'     --data '{
    "team_id": "team-1234"
}'

Returns:

  • The updated team record with blocked=True
post/team/block

Request body

team_idstring required

Response

Successful Response

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