Claude Platform Docs

Excluir limite de gastos

DELETE/v1/organizations/spend_limits/{spend_limit_id}

Exclua uma substituição de limite de gastos por usuário.

O membro volta a usar qualquer limite de gastos herdado naquele período. Linhas de nível de assento, de grupo e de organização não podem ser excluídas por este endpoint.

Path parameters
spend_limit_id: string

ID of the Spend Limit.

Returns
id: string
type: "spend_limit_deleted"
defaultspend_limit_deleted
Excluir limite de gastos
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"
Returns Examples
Response 200
{
  "id": "id",
  "type": "spend_limit_deleted"
}