Skip to main content
DELETE
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

target_user_id
string
required

ID of the user whose access-profile budget override is being removed

profile_id
integer
required

ID of the access profile assigned to the user

budget_id
string
required

ID of a budget on the user's copy of the access profile

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.