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"
}