删除支出限额
DELETE/v1/organizations/spend_limits/{spend_limit_id}
删除每用户支出限额覆盖。
该成员将回退到该周期内任何继承的支出限额。席位层级、组和组织级行无法通过此端点删除。
Path parameters
Returns
删除支出限额
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_AUTH_TOKEN"Response 200
{
"id": "id",
"type": "spend_limit_deleted"
}Returns Examples
Response 200
{
"id": "id",
"type": "spend_limit_deleted"
}