删除支出限额
DELETE/v1/organizations/spend_limits/{spend_limit_id}
删除支出限额。
对于 Claude Enterprise 组织,此操作会删除按用户设置的覆盖值,该成员将回退到该周期内继承的任何支出限额。其席位层级、组和组织级别的行无法通过此端点删除。Claude Console 组织可删除其组织和工作区限额。通过 API 删除这些限额目前处于抢先体验预览阶段。
Path parameters
Returns
删除支出限额
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"Response 200
{
"id": "id",
"type": "spend_limit_deleted"
}Returns Examples
Response 200
{
"id": "id",
"type": "spend_limit_deleted"
}