Claude Platform Docs

支出上限を削除

DELETE/v1/organizations/spend_limits/{spend_limit_id}

ユーザーごとの支出上限のオーバーライドを削除します。

メンバーは、その期間について継承された支出上限があればそれにフォールバックします。シートティア、グループ、および組織レベルの行はこのエンドポイントでは削除できません。

Path parameters
spend_limit_id: string

ID of the Spend Limit.

Returns
id: string
type: "spend_limit_deleted"
defaultspend_limit_deleted
支出上限を削除
cURL
curl https://api.anthropic.com/v1/organizations/spend_limits/$SPEND_LIMIT_ID \
    -X DELETE \
    -H 'anthropic-version: 2023-06-01' \
    -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
Returns Examples
Response 200
{
  "id": "id",
  "type": "spend_limit_deleted"
}