지출 한도 삭제
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"
}