Claude Platform Docs

支出上限を削除

DELETE/v1/organizations/spend_limits/{spend_limit_id}

支出上限を削除します。

Claude Enterprise組織の場合、ユーザーごとのオーバーライドが削除され、 メンバーはその期間に継承される支出上限にフォールバックします。 シート階層、グループ、組織レベルの行はこのエンドポイントでは削除できません。 Claude Console組織は、組織およびワークスペースの上限を削除します。 APIによるこれらの削除はアーリーアクセスプレビュー段階です。

Path parameters
spend_limit_id: string

ID of the Spend Limit.

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