Delete a user budget
Removes the user’s budget for the given owner; the org’s per-user default budget (if any) applies to them again. Targets the caller’s own organization (inferred from the API key or session) unless the optional org_id query parameter names another org — cluster admins only. Callable by cluster admins, or org admins for users in their own organization (owner=org).
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Path Parameters
1 - 255Query Parameters
cluster, org Target org; defaults to the caller's own org. Only cluster admins may name another org (org admins may pass their own).
1 - 255