Skip to main content
DELETE
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Path Parameters

vk_id
string
required

Virtual key ID

budget_id
string
required

ID of a budget owned by the virtual key

Response

Budget override removed successfully

The persisted budget and the additive limit now in force.

budget
object
required

Budget configuration

effective_max_limit
number
required

max_limit plus override_amount while an override is active; equal to max_limit otherwise.